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
Excluding boto3 and botocore by default is good, but there might be cases when the user has to use a newer version of boto3 that's not available on lambda. Currently, there is a workaround as below.
Hi there! Unfortunately, this Issue has not seen any activity for at least 90 days. If the Issue is still relevant to the latest version of Zappa, please comment within the next 10 days if you wish to keep it open. Otherwise, it will be automatically closed.
Hi there! Unfortunately, this Issue was automatically closed as it had not seen any activity in at least 100 days. If the Issue is still relevant to the latest version of Zappa, please open a new Issue.
Excluding boto3 and botocore by default is good, but there might be cases when the user has to use a newer version of boto3 that's not available on lambda. Currently, there is a workaround as below.
To use newer version of boto3, specify exclude in zappa_settings.json which will override the default excludes
#1235 will modify this snippet, but we won't be able to use the newer boto3 version at all.
So having the option to disable default excludes would be better.
The text was updated successfully, but these errors were encountered: