Jacob Fuss

Results 149 comments of Jacob Fuss

Why not use the samconfig.toml file? https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-config.html

@austindimmer The error SAM CLI is getting is something to do with docker-credential-gcloud on your system (which is something we don't control): `docker.credentials.errors.InitializationError: docker-credential-gcloud not installed or not available in...

@wieshka What do you mean by 'Event is not being created'? Are you not seeing the `AWS::Lambda::Permission` or a missing `NotificationConfiguration` Property on the bucket? I deployed the template you...

Hey all, I am moving through our backlog of PRs and this PR (https://github.com/aws/serverless-application-model/pull/1666) was looking to address this. I am in the middle of updating it but realized a...

@mgorski-mg Thanks for the issue. I think this has to do with how the spec works and not specifically the deploy command. I am going to forward this over to...

Generally, I like this. I think SAM can bring additional value by way of the operation story for building an application. I do have some concerns here are how does...

## On Impact on Big Templates Sure you can say that someone will hit the 200 limitation anyways but that doesn't mean we should just ignore it because they can...

From the original error and https://github.com/aws/serverless-application-model/issues/1320#issuecomment-845558908 this is an issue with Lambda directly. SAM doesn't have much control over this and can't even detect it because we don't keep state....

@zafarella Thanks for the request. Since this is Spec specific, I am going to forward this to that repo.

Re-opening. The original PR was reverted due to service impact when `ReauthorizeEvery` is an intrinsic function.