Open matfur92 opened 2 years ago
Thanks for the suggestion. We already have SAM CLI available in our build images, which can be found here; https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-image-repositories.html
We also have related runtime's tools available in those images. Please let us know if that would help with your use case.
Closing due to inactivity. Feel free to re-open if your issue isn't resolved.
Hi, sorry for the delay, but the requested feature is different from the one reported by @mndeveci at https://github.com/aws/aws-sam-cli/issues/4327#issuecomment-1287447545
The request is to have the "sam" command as docker container like https://hub.docker.com/r/amazon/aws-cli
The request is to have
docker run --rm -it amazon/sam
and with this you can do:
docker run --rm -it amazon/sam init
docker run --rm -it amazon/sam build
Thanks a lot Matteo
Closing due to inactivity. Feel free to re-open if your issue isn't resolved.
Please @moelasmar reopen this issue
@matfur92 .. can I ask for the benefits you are looking for?
@moelasmar in addition to be aligned at what another AWS project offer (https://hub.docker.com/r/amazon/aws-cli) with this you can:
Describe your idea/feature/enhancement
I wish SAM CLI would be present as Docker image on Docker Hub.
Proposal
I want to be faster than now. Installation process coul be long or every time I want the last version I cannot spend too much time. With tags, I can stay to a stable version and update when I need or test every time with "latest" version.
Things to consider:
Additional Details