Kethan sai

Results 440 comments of Kethan sai

Closing the issue due to inactivity. Do reach out to us if you require any assistance.

Hey @bigbenbeer, thank you for reaching out. Amplify CLI currently does not support modifying the deployment bucket created on a `amplify init`. Marking this as feature-request for further evaluation.

@bigbenbeer curious if Amplify Gen 2 maybe ideal for your use case here as it utilizes CDK. Refer to https://docs.amplify.aws/gen2/ for additional information. As CDK bootstrap allows customizing the asset...

hey @RalphKemp, you could try removing the dependancy in the override using the following ``` resources.identityPoolRoleMap.removeDependency(resources.userPoolClientWeb) resources.identityPoolRoleMap.removeDependency(resources.userPoolClient); ```

Hey @RalphKemp, have been trying to find a workaround but wasn't able to override the auth resource to remove the deleted client references. But as the issue suggests you can...

Sorry to hear about your experience, @RalphKemp. With [Amplify Gen 2](https://docs.amplify.aws/gen2/), we offer a much more comprehensive experience and customization options. Do reach out to us if this would enable...

Hey @gusmd01, thank you for reaching out. From the project identifier provided the logs provided the push failed with an error message. ``` snsa3b1d67f235312-pafcone already exists in stack arn:aws:cloudformation:eu-west-1:***:stack/amplify-phokusuitest-pafcone-235312-authphokusuitesta3b1d67f-JPLOSN5ZJT2T/384156c0-cf55-11ee-98a7-0ae5187fcdf9 ```...

@gusmd01 Amplify CLI ties the Lambda function in the auth CFN template to a specific node version. To upgrade the NodeJS runtime version, the expected behavior is to upgrade the...

Closing the issue due to inactivity. Do reach out to us if you require any assistance.

Hey @mark-carlson, had a quick question, was the identity pool created by Amplify CLI removed on the AWS Cognito console? we can just create a user pool without an identity...