You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The region option in SAM CLI was changed between 0.7.0 and 0.8.0 to add the default explicitly on the command line option. This causes the region to always be set and not allow boto3 to do its resolving of credentials and regions, which is used to set the correct values into the docker container.
Current workaround is to explicitly set the region when invoking a function or interacting with commands that interact with AWS Services.
jfuss
changed the title
Region from Env Vars or profile are not respected during invoke
Region from Env Vars or profile are not respected for ALL commands but package and deploy
Nov 30, 2018
The region option in SAM CLI was changed between 0.7.0 and 0.8.0 to add the default explicitly on the command line option. This causes the region to always be set and not allow boto3 to do its resolving of credentials and regions, which is used to set the correct values into the docker container.
Current workaround is to explicitly set the region when invoking a function or interacting with commands that interact with AWS Services.
Fix is in #811
The text was updated successfully, but these errors were encountered: