-
Notifications
You must be signed in to change notification settings - Fork 596
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
Support for the docker lambda runtime #1828
Comments
could you include your template? The second half likely involves #1219 since no Resource Specfications have been released for weeks The first half may be fixed by upgrading SAM: |
fixes for the second half just merged in yesterday, so the second half will be fixed in the next release |
This template is working with the newest version of the sam translator. If you leave that value out you will get the error that you have specified but that error is coming from https://github.com/aws/serverless-application-model if you believe it shouldn't exist we may need to create an issue there.
v0.44.2 is out and includes the 2nd half fixes that @PatMyron mentioned. |
@kddejong - I think this needs to be re-opened. The original issue is still present. It was fixed in The problem is that cfn-lint passes the template as-is to the transalator, but sam will deploy an image to ECR then add an |
cfn-lint 0.43.0
This is a feature request for supporting docker lambda sam templates.
Please provide as much information as possible:
Running on the template.yaml in the base directory outputs the following:
Running on the packaged template at
.aws-sam/build/template.yaml
produces the following:The text was updated successfully, but these errors were encountered: