You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.
I have a tiny little app with only 14 API endpoints/lambda functions.
Doing an awsmobile pull/push seems to work as expected by not pushing or zipping or uploading API backend files that have not changed. No changes, no execution of CloudFormation UPDATE.
Now, I have a DynamoDB called "team". So, when I went to create a CRUD for that table, and having made ZERO changes to the standard template, every awsmobile push comes with a zip/upload of the 'team' NodeJS program and an execution of CloudFormation Update.
Is there an issue with the name 'team?' Do I need to not use this name for a dynamoDb table? or Cloud-API endpoint?
This is the same behavioud after having Deleted the CloudFormation stack and restarting the entire API from scratch .... twice...
The text was updated successfully, but these errors were encountered:
I have a tiny little app with only 14 API endpoints/lambda functions.
Doing an awsmobile pull/push seems to work as expected by not pushing or zipping or uploading API backend files that have not changed. No changes, no execution of CloudFormation UPDATE.
Now, I have a DynamoDB called "team". So, when I went to create a CRUD for that table, and having made ZERO changes to the standard template, every awsmobile push comes with a zip/upload of the 'team' NodeJS program and an execution of CloudFormation Update.
Is there an issue with the name 'team?' Do I need to not use this name for a dynamoDb table? or Cloud-API endpoint?
This is the same behavioud after having Deleted the CloudFormation stack and restarting the entire API from scratch .... twice...
The text was updated successfully, but these errors were encountered: