-
Notifications
You must be signed in to change notification settings - Fork 26
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
Cannot find names ['LambdaHTTPEvent', 'DynamoDBItem'] during deployment #6
Comments
Those are just typescript warnings for missing typings, it doesn't affect the actual build. I just did a clean run on OSX, seems like there's some things that are not documented.
After these changes I got this project app deployed. |
One more thing; analytics dashboard example is hardcoded to load analytics from 2017. That's why you probably see empty analytics unless you fix that manually. |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting the following issues during deployment:
I had some earlier issues with Brew and jq (Brew was an older version and jq wasn't installed) - but they appear to be sorted now.
I changed the service name and tried to re-deploy but I received the same errors :(
What should I try next?
edit: I'm running OSX 13.3
I've ran the commands included in the README.md file and
npm install
The text was updated successfully, but these errors were encountered: