-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Milestone
Description
Description:
BinaryMediaTypes is removed from APIGW settings when SAM template is updated and re-deployed
Steps to reproduce the issue:
- Create a simple SAM application with
Globalsas follows:
Globals:
Api:
BinaryMediaTypes:
- "*~1*"
-
Package and deploy. Observe
Settingssection of the new APIGW API.Binary Media Typeswill have*/* -
Make some changes to the SAM template. Re-package and re-deploy. Observe
Settingssection of the APIGW API.Binary Media Typesconfig is empty/missing
Observed result:
Binary Media Types config is empty/missing after SAM template is updated and redeployed
Expected result:
Binary Media Types does not change after stack update.
Output of sam --version: SAM CLI, version 0.6.0
Optional Debug logs:
Add --debug flag to command you are running
snabb