Jonathan-Landeed
Jonathan-Landeed
@sriram-mv isn't `--ssh` for exposing ssh keys during the `docker buildx build` process? The keys will not be available when `sam build` installs the requirements into the resulting container. I...
It seems the PR was closed in favor of using a docker image. I'm not sure exactly how a docker image is supposed to work without being a security issue,...
Oh, it looks like an mpsc receiver doesn't know if the sender was dropped due to scope or panic. This seems to work though. ``` use futures::stream::Stream; use std::pin::Pin; use...
Currently running into this because SAM uses `samcli-deploy` as the changeset name, causing errors during parallel deployments of different stacks. Using a UUID or just including the stack name in...
+1 Important as AWS is going to start charging for IPv4 addresses and already (over)charges a lot for NAT gateways.