Closed fabianfett closed 5 years ago
This is important to me since I would like to test my runtime in my ci directly after creation. (without upload to S3)
I'm referencing how our integration tests deal with this here: https://github.com/awslabs/aws-sam-cli/blob/develop/tests/integration/testdata/invoke/layers/layer-template.yml#L143
Was this closed because it's fixed? I am still seeing the same issue for provided runtimes.
@fabianfett if you closed this because you have a solution, can you post the solution here ? Thanks
Description
I can not invoke
sam local invoke
with a layer that points to a local file.Steps to reproduce
Observed result
Expected result
The runtime should be used, as if it was downloaded from S3. Therefore the bootstrap file should be found.
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
sam --version
: SAM CLI, version 0.19.0Maybe this is of interest?
https://www.gitmemory.com/issue/localstack/localstack/1246/487329744