-
please add tag support to AWS Amplify cli, so that all resources can be tagged automatically at creation time with the tags you specify via a --tags argument
-
* **I'm submitting a ...**
- [ ] :beetle: bug report
- [x] :rocket: feature request
- [ ] :books: construct library gap
- [ ] :phone: security issue or vulnerability => Please see [policy]…
-
**Describe the bug**
Running amplify api add-graphql-datasource gives this fatal error
**Amplify CLI Version**
3.17.0
**To Reproduce**
Follow steps here https://aws-amplify.github.io/docs/cli…
elmpp updated
3 years ago
-
I have a serverless SAM-based service that has multiple `Application` resource referencing local templates, but running the template locally (with `sam local start-api`) doesn't seem to recognize the …
-
### Description
When running `sam build` on a template that includes a `Serverless::Function` resource that specifies a `LayerArn` property with a reference to a CF `Parameter` name that is of …
-
The last version of serverless 2.20.0 introduced a bug during our deployment pipeline
```
sls deploy -v -s staging --config serverless/xxx/serverless.yml
```
Invalid "--config" value: config c…
-
api.{app}.com/dev for the dev stage and api.{app}.com/prod for prod stage currently fails on the second deploy because the ApiDomainName "api.{app}.com already exists in stack arn:aws:cloudformation..…
-
`sls deploy` in a Serverless TS project no longer works. It's looking for serverless.yml instead of serverless.ts. My project worked fine in 2.35.0, and since upgrading to 2.37…
-
when i first deployed, a nested stack err'd with
```
CopyCustomResource | CREATE_FAILED | Response object is too long.
-- | -- | --
```
i successfully deployed after replacing www/ with www/ind…
-
### Description:
SAM 1.20.0 is not able to `build --use-container` if a local nested application/stack has a Python `AWS::Serverless::Function`.
### Steps to reproduce:
1. `sam init` the Pyth…