Skip to content
New issue

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 function deployment hangs #121

Open
leoamigood opened this issue May 24, 2017 · 1 comment
Open

nodejs function deployment hangs #121

leoamigood opened this issue May 24, 2017 · 1 comment

Comments

@leoamigood
Copy link

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:::*
@leoamigood
Copy link
Author

actually, nevermind. runtime has to say: nodejs6.10

Please update docs!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant