Lucas

Results 39 comments of Lucas

I'll update this branch from develop, that way the tests are restarted 😃

Closing. Please reopen or create a new issue if there is any new information about this issue.

Hi, is there a custom certificate that is suppose to be used to complete the API calls? If there is a custom certificate that is being used to call the...

If you have a certificate, you can create a Dockerfile based off the the existing Java 17 Lambda runtime image (`public.ecr.aws/lambda/java:17`) to copy the certificate into the image's key store...

Thanks for the response. Do other projects work when invoking in a container? You can use `sam init` to create a Java based hello world project that will perform a...

Thanks for opening this feature request! Let me bring this to the team for prioritization.

Hi, the build dependencies are cached based on the manifest file (the `package.json` file), and the value of the `CodeUri` for each of the functions. If you tried moving the...

Thanks for creating this feature request. I'll bring this up to the team to see if this is something that makes sense to add to `sam list`, and to see...

Thanks for opening this issue, just to understand the context here, are you running `sam local start-lambda` and then passing the endpoint to your script here?

Thanks for letting us know, this is something that we guard against since async execution isn't something that is currently implemented. I can tag this issue to a feature request...