Followup: I like to change the name of project/function when follow tutorial, this time, however, I discover if I don't use function in lambda name, the cloudformation could not actually create the stack.
I went ahead and redo the first part of tutorial, but run into an issue when running amplify push after I run amplify update api (instead of amplify add api I had to use update because the api has already been created.)
Current Environment: dev
| Category | Resource name | Operation | Provider plugin |
| -------- | ---------------- | --------- | ----------------- |
| Function | currencyfunction | Create | awscloudformation |
| Function | currency | No Change | awscloudformation |
| Api | currencyapi | No Change | awscloudformation |
? Are you sure you want to continue? Yes
β An error occurred when pushing the resources to the cloud
Inaccessible host: `gql-lambda-dev-20190623145233-deployment.s3.us-west-2.amazonaws.com'. This service may not be available in the `us-west-2' region.
Any pointer would be appreciated!
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Followup: I like to change the name of project/function when follow tutorial, this time, however, I discover if I don't use
functionin lambda name, the cloudformation could not actually create the stack.I went ahead and redo the first part of tutorial, but run into an issue when running
amplify pushafter I runamplify update api(instead ofamplify add apiI had to use update because the api has already been created.)Any pointer would be appreciated!