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
fix(lambda): environment var values are strings (#3858)
* fix(lambda): environment var values are strings
AWS Lambda requires that all environment variables will be
strings but the API indicated `any` as the type of the value.
If users would pass in a non-string value, they would see an
error only during deployment.
Fixes#3337
* remove redundant null-check on this.environment
* add breaking change excludes
0 commit comments