Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: hosting language updates #2

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

swaminator
Copy link

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@@ -105,7 +105,7 @@ export class StackHelper {
spinner.start(`Deleting Amplify Console stack for ${envName} environment`);
await cfnClient.deleteStack(params).promise().catch(err => {
if (err.code === VALIDATION_ERROR) {
spinner.succeed(`Deleting Amplify Console stack for ${envName} environment completed.`);
spinner.succeed(`${envName} environment deletion complete.`);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add "frontend" or "Amplify console" somewhere to differentiate this from the backend env.

kaustavghosh06 pushed a commit that referenced this pull request Dec 28, 2019
…aws-amplify#2905)

* fix(amplify-codegen-appsync-model-plugin): use LazyCollection (JS/TS)

Connected models to use LazyCollection in the generated Java Script and TypeScript code

* address review commet

* address review commet #2
kaustavghosh06 pushed a commit that referenced this pull request Jun 21, 2021
* feat: display SNS sandbox status

* chore: SNS API error handling

* chore: add support for SMS Sandbox check

* chore: auth add show sandbox warning

* chore: add some tests

* chore: address review comments and remove unused code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants