-
Notifications
You must be signed in to change notification settings - Fork 26
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
generated template.yml doesn't work with sam local start-api
#14
Comments
hey @theburningmonk, let me investigate. I can help push a fix to SAM local if the issue is there. Looks like it could be related to aws/aws-sam-cli#225 |
Yes, it's the same project - building a demo app as part of AWS Lambda in Motion, in one of the modules I demonstrate how to run & debug functions locally using the Serverless framework & SAM local |
I've submitted a pull request to fix the issue in SAM local. I'll let you know once it's merged and published. |
@sapessi awesome, thank you so much 👍 |
The issue was merged. Closing this. |
Using the same
serverless.yml
as #12, when I runsam local start-api
I get the error:I'm using SAM version
0.2.4
.The only way I have found to "fix it" is to remove both the
BigMouth
CFN resource, as well as all references to it in the template.yml. I appreciate this is probably problem with SAM local, but I'm just wondering if you have any insight into what might be the problem.The text was updated successfully, but these errors were encountered: