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
It would be handy if chalice updated the IAM role for the lambda function whenever it performs an update on the function. To demonstrate that it doesn't currently have this functionality:
If you configure chalice to use a manually provided role in config.json with:
You'll see that the deployed lambda function still retains the first role. This makes sense, as only environment variables are updated inside awsclient.TypedAWSClient.update_function.
The text was updated successfully, but these errors were encountered:
It would be handy if chalice updated the IAM role for the lambda function whenever it performs an update on the function. To demonstrate that it doesn't currently have this functionality:
If you configure chalice to use a manually provided role in config.json with:
Then
Then change the role to something else:
Then deploy again:
You'll see that the deployed lambda function still retains the first role. This makes sense, as only environment variables are updated inside awsclient.TypedAWSClient.update_function.
The text was updated successfully, but these errors were encountered: