We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nodejs lambda function deployment hangs. Same, but python2.7 works just fine.
Role gets created, but DEBUG - Role is not ready, waiting
kappa.yml
--- name: name-goes-here source: . environments: dev: profile: testing region: us-east-1 policy: resources: - arn: arn:aws:s3:::* actions: - "*" - arn: arn:aws:logs:*:*:* actions: - "*" event_sources: - arn: arn:aws:s3:::name-goes-here-bucket events: - s3:ObjectCreated:* lambda: description: Name Goes Here handler: handler.callme runtime: nodejs memory_size: 128 timeout: 60 mode: event permissions: - statement_id: s3_invoke action: lambda:invokeFunction principal: s3.amazonaws.com arn: arn:aws:s3:::*
The text was updated successfully, but these errors were encountered:
actually, nevermind. runtime has to say: nodejs6.10
Please update docs!
Sorry, something went wrong.
No branches or pull requests
Nodejs lambda function deployment hangs. Same, but python2.7 works just fine.
Role gets created, but DEBUG - Role is not ready, waiting
kappa.yml
The text was updated successfully, but these errors were encountered: