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
19/52 | 9:14:58 PM | CREATE_FAILED | AWS::Lambda::Function | foobar (foobarF27D68A9) ZipFile can only be used when Runtime is set to either of nodejs8.10, nodejs10.x, nodejs12.x, python2.7, python3.6, python3.7.
The docs are also mentioning just nodejs and python
This implies that the Lambda Ruby runtime supports
ZipFile
(aka inline code).aws-cdk/packages/@aws-cdk/aws-lambda/lib/runtime.ts
Line 50 in a1cd743
However, when deploying a function like this
I get the following error from CloudFormation
The docs are also mentioning just nodejs and python
Environment
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: