aws-amplify / amplify-category-api

The AWS Amplify CLI is a toolchain for simplifying serverless web and mobile development. This plugin provides functionality for the API category, allowing for the creation and management of GraphQL and REST based backends for your amplify project.
https://docs.amplify.aws/
Apache License 2.0
89 stars 76 forks source link

[Documentation update]: amplifyEnvironmentName variable runtime context when performing cdk deploy #2593

Open gurukarn opened 4 months ago

gurukarn commented 4 months ago

Describe the feature you'd like to request

Kindly update the documentation to change the environment name for amplify using following way.

cdk deploy -c amplifyEnvironmentName=Test

https://github.com/aws-amplify/amplify-category-api/blob/main/packages/amplify-graphql-api-construct/src/amplify-graphql-api.ts#L181C9-L181C43[](url)

Describe the solution you'd like

Kindly update the documentation to change the environment name for amplify using following way.

cdk deploy -c amplifyEnvironmentName=Test

https://github.com/aws-amplify/amplify-category-api/blob/main/packages/amplify-graphql-api-construct/src/amplify-graphql-api.ts#L181C9-L181C43[](url)

Describe alternatives you've considered

NA

Additional context

No response

Is this something that you'd be interested in working on?

Would this feature include a breaking change?

AnilMaktala commented 4 months ago

Hey @gurukarn, Thanks for requesting this feature. We will discuss the possibility with our team and update you on the status.