Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information