cannot lauch the template. Access denied for the template.
pavi-at-git opened this issue · 2 comments
pavi-at-git commented
cannot lauch the template. Access denied for the template.
acpucio commented
I'm seeing this issue too.
Events
- Logical ID:
ConfigHelperStack - Status:
CREATE_FAILED - Status reason:
Embedded stack arn:aws:cloudformation:us-east-1:361460635157:stack/IOT-Backend-RefArch-4-ConfigHelperStack-D9MJ20LDEPK3/46f87dc0-a3c0-11ea-af66-0a392ab5a299 was not successfully created: The following resource(s) failed to create: [AddConfigSetting].
-Template Snippet from:
https://s3.amazonaws.com/awslambda-reference-architectures/config-helper.template
... "Resources" : { "AddConfigSetting": { "Type": "AWS::Lambda::Function", "Properties": { "Handler": "index.handler", "Role": { "Fn::GetAtt" : ["AddConfigExecutionRole", "Arn"] }, "Code": {...}, "Runtime": "nodejs", <--- We need to update the runtime here nodejs10.x or something valid. "Timeout": "30" } }, ...
How can https://s3.amazonaws.com/awslambda-reference-architectures/config-helper.template be updated to reflect a working Runtime?