-
[//]: # (Please do not include your AWS account or credentials as part of the bug request.)
**Describe the Bug**
I'm getting ` The stack named Agc-Context-MyWorkflow-michaelrmi2UTCAG-T2Context fa…
-
Blog post showing how to set up a project for local usage with [tilt](https://tilt.dev), some of the cool things you can do with it, and some general recommendations with keeping things consistent acr…
-
I've recently updated my SAM CLI, and I get this error message when I try to run `sam build`:
```
Below nested stacks(s) specify non-local URL(s), which are unsupported:
- LambdaEdgeProtection
`…
-
`serverless deploy` on the new version `1.10` results in `Error: The CloudFormation template is invalid: Unresolved resource dependencies [FormsDashgetLambdaVersionjmhPCOJ9bV7swCtnlSRyVQmMO3sZaVSjCYh0…
-
### Description:
This appears to be a similar issue to the closed ticket https://github.com/aws/aws-sam-cli/issues/1470
When using nested stacks with a AWS::Serverless::Function resource built by ma…
-
### Description:
Let's expected the current resources:
`./template.yml`
```yml
AWSTemplateFormatVersion: 2010-09-09
Transform:
- AWS::Serverless-2016-10-31
Resources:
APIGateway:…
-
Just came across [this tweet](https://twitter.com/jamesreggio/status/991556165568999424) and could not resist from sharing:
I haven't tested [graphql-crunch](https://github.com/banterfm/graphql…
-
I want to split my SAM application into multiple parts.
I want to create a API ( AWS::Serverless::Api ) in the root stack.
I am creating lambda functions in my child stacks, where I want to give…
-
The serverless-nested-stack breaks down the stacks in few nested stacks to avoid the cloudformation limitation of 200 resources per stack.
And when I use serverless-nested-stack breaks and serverles…
-
Is it possible to use next.js with the new react router v4?