Skip to content
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.

Issue with the word 'team' in the API name? #160

Open
jbarwick opened this issue Jul 7, 2018 · 2 comments
Open

Issue with the word 'team' in the API name? #160

jbarwick opened this issue Jul 7, 2018 · 2 comments
Assignees

Comments

@jbarwick
Copy link

jbarwick commented Jul 7, 2018

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...

@UnleashedMind
Copy link
Contributor

I don't think 'team' is a reserved word, let me try to reproduce it and update you.

@jbarwick
Copy link
Author

jbarwick commented Jul 15, 2018

This may be related to time skew.

I noticed that some dates have milliseconds and some do not.

So,

2018-06-15T13:43:34.654
And
2018-06-15T13:43:34

Although exactly the same time (within 654 milliseconds), this kind of discrepancy might make the CLI think this API was edited after the last push.

Or, being so far away from Virginia (on the other side of the planet 12 time zones away), there may be another time skew issue.

And, this API is the last api when sorted alphabetically...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants