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

NPE in cleanUpOrphanedAlexaSkillsTriggers at line 537 #77

Closed
ghost opened this issue Sep 29, 2017 · 1 comment
Closed

NPE in cleanUpOrphanedAlexaSkillsTriggers at line 537 #77

ghost opened this issue Sep 29, 2017 · 1 comment
Assignees

Comments

@ghost
Copy link

ghost commented Sep 29, 2017

When running mojo deploy-lambda for a redeploy an NPE occurs in method cleanUpOrphanedAlexaSkillsTriggers at line 537.
lambdaFunction.getExistingPolicy().getStatements().stream()

The lambda function I was trying to deploy has no policy. So getStatement() on getExistingPolicy() throws an NPE.

@SeanRoy SeanRoy self-assigned this Sep 29, 2017
@SeanRoy SeanRoy mentioned this issue Sep 29, 2017
@SeanRoy
Copy link
Owner

SeanRoy commented Sep 29, 2017

Watch for 2.2.5, it sometimes takes an hour or two to show up in maven central.

@SeanRoy SeanRoy closed this as completed Oct 2, 2017
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