aws-sam-cli
aws-sam-cli copied to clipboard
CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM
### Description: Error: Auth works only with inline Swagger specified in 'DefinitionBody' property. It seems that this has already been discussed in 2021, but it is still appearing the the...
We've encountered a recent change in behavior when executing binaries within the SAM CLI container environment. Previously, we were able to execute a binary from within our project's directory hierarchy...
### Description: SAM CLI unable to find an AWS-managed Lambda layer. ### Steps to reproduce: Create a Lambda with [Param and Secrets Extension](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda-readme.html#parameters-and-secrets-extension) in CDK, and run Lambda locally with...
### Description: I am calling the `sam pipeline bootstrap` with Gitlab as the OIDC provider with an own Gitlab instance hosted on e.g. `https://own-gitlab.com`. This creates an identity provider with...
Hi. I have a strange problem. We are developing a rest API using AWS sam, API gateway, and lambdas. We encountered the following problem. Let's say we have a resource...