Skip to content

Instantly share code, notes, and snippets.

@percybolmer
Created March 30, 2022 18:19
Show Gist options
  • Save percybolmer/74bff29d6b4b40e624fd5bbe523246cc to your computer and use it in GitHub Desktop.
Save percybolmer/74bff29d6b4b40e624fd5bbe523246cc to your computer and use it in GitHub Desktop.
sam
sam local invoke
Invoking hello-gopher (go1.x)
Skip pulling image and use local one: public.ecr.aws/sam/emulation-go1.x:rapid-1.40.1-x86_64.
Mounting /home/percy/development/aws-sam-demo/demo as /var/task:ro,delegated inside runtime container
START RequestId: 10b09db1-9b02-4e1b-9b39-ce410039bfc1 Version: $LATEST
fork/exec /var/task/hello-gopher: no such file or directory: PathError
null
END RequestId: 10b09db1-9b02-4e1b-9b39-ce410039bfc1
REPORT RequestId: 10b09db1-9b02-4e1b-9b39-ce410039bfc1 Init Duration: 0.15 ms Duration: 29.82 ms Billed Duration: 30 ms Memory Size: 128 MB Max Memory Used: 128 MB
{"errorMessage":"fork/exec /var/task/hello-gopher: no such file or directory","errorType":"PathError"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment