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

Bugfix/add function log group as dependency #11

Merged
merged 5 commits into from
Sep 27, 2017
Merged

Bugfix/add function log group as dependency #11

merged 5 commits into from
Sep 27, 2017

Conversation

flemay
Copy link

@flemay flemay commented Sep 7, 2017

There is an issue with the serverless-log-forwarding plugin when a new lambda is added to an existing serverless application. The error looks like the following An error occurred while provisioning your stack: SubscriptionFilterhelloWorld2 - The specified log group does not exist..

So this PR is about adding the function log group id as a dependency to ensure the LogGroup resource exists prior creating the subscription filter resource.

I also used the createServerless of PR #7 for better testing with the aws provider.

Copy link
Member

@aoskotsky-amplify aoskotsky-amplify left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks for the PR! Sorry for the delayed review

@aoskotsky-amplify aoskotsky-amplify merged commit 382b098 into amplify-education:master Sep 27, 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

Successfully merging this pull request may close these issues.

2 participants