Lucas

Results 39 comments of Lucas

The place where we define our `--resolve-s3` flag can be found here: https://github.com/aws/aws-sam-cli/blob/0849b2a1217ca68c2eaa9ddb0c5d9603fb10e47a/samcli/commands/_utils/options.py#L739-L748 The changes here should be adding the inverse to the flag, and updating/adding any new unit tests...

Thanks for raising this to us. How are your current images being uploaded to ECR? Are they being stored in an ECR repository that you control, or is this with...

Thanks for getting back. I've checked in with the team to see if there are other solutions that you or I have missed in this issue. It might be possible...

Thanks for reporting this, we'll prioritize a fix for this within the team's capacity.

This fix has been released as part of the [SAM CLI 1.119.0](https://github.com/aws/aws-sam-cli/releases/tag/v1.119.0) release. Closing issue.

Thanks for raising this issue. We're open to accepting this request and can chat here about implementation details, that way other team members can find this issue and reply in...

I don't currently have any issues with using the ImageUri to serve up a local archive, so we can explore that path to implement this. We also have the `Metadata`...

Thanks for confirming this behaviour with us. We'll have to discuss this to see what our next steps are, whether this is something we make more clear in the documentation,...

Would it be possible to utilize the `sam sync` command to test Cognito authorizers? This deploys the template to Cloudformation, and any Lambda code changes are synced quickly without having...