Jacob Fuss

Results 149 comments of Jacob Fuss

@surbhi029 If you on mac or windows, use `https://host.docker.internal:` as the endpoint. If you are on linux, you can attach the container to your host network (and then able to...

SAM CLI does not do any schema validation on the request like API Gateway does. Marking this as a feature request and will update the title to reflect the request.

@ivoanjo This looks like an issue with your configuration on gradle. Running `./gradlew build`, I see relatively the same output. That is I see the `derpservice.jar` in lib and the...

@ivoanjo All of our build gradle logic lives in [here](https://github.com/awslabs/aws-lambda-builders/tree/develop/aws_lambda_builders/workflows/java_gradle). Taking a quick look at the [DESIGN.md](https://github.com/awslabs/aws-lambda-builders/blob/develop/aws_lambda_builders/workflows/java_gradle/DESIGN.md), coping the libs is expected, as this is where the dependencies of the...

This sounds similar to https://github.com/awslabs/aws-sam-cli/issues/1070

@awschristou These are sorted this way on purpose. The first group is (1-6) are the latest of each runtime, then 6-13 are grouped by runtime from the newest to oldest.

@XDanny322 This is expected behavior. SAM CLI only supports the `x-amazon-apigateway-integration` type `proxy` not `aws`, [code link](https://github.com/awslabs/aws-sam-cli/blob/develop/samcli/commands/local/lib/swagger/integration_uri.py#L272). It does not look like we validate that at all though. So we...

This is a duplicate of https://github.com/aws/aws-sam-cli/issues/332, which was closed. Closure response can be found here: https://github.com/aws/aws-sam-cli/issues/332#issuecomment-1218371195

@indyfin DO NOT do that. The vendored requests library is old and not updated, see https://github.com/boto/botocore/issues/1745#issuecomment-497833200 and https://github.com/boto/botocore/issues/1608

@Cecarlego We support layers that are local as well, just not ones that are already zipped. The value of `Content` or `ContentUri` (depending on the resource you are using for...