-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
🗄🔧 Node.js Lambda + DynamoDB #37
Comments
Is this active? |
@anishkny I planned to contribute earlier. However, Im pretty busy for the next few weeks or so. I would suggest you consider Serverless Framework instead. The community over there is well established with plugins for ES2016 and TypeScript which might be great for educational purposes. AWS SAM seems to be trying to catch up to Serverless Framework but it has far way to go |
This project is being actively worked on |
V1 functionality is complete 🎉 @Cameron-C-Chapman would you mind kicking around the tires? |
This looks amazing @anishkny! I'm getting an error about an invalid cookie. Do you know why and/or how to remedy that? I tried to POST a new user and get all articles and got the same error.
|
Thanks for trying it out @Cameron-C-Chapman. Do you have exact repro steps? Were you using curl/Postman? Was it localhost? |
So I gave it another look and it was a Postman issue. I didn't realize Postman was doing something with stored cookies from other projects that I wasn't aware of. Looks good to me now 🙌 I did have a minor update to the README, anishkny/realworld-dynamodb-lambda#52. Other than that it looks good to me. Looks like an awesome intro to serverless to me 😄 |
Thanks for the docs fix. Yeah I have seen weird cookie behavior in Postman before. Closed by #248 |
Current Status
Codebase in progress:
anishkny/realworld-dynamodb-lambda
Interested in helping out? Say hello! 🎉
gitter.im/realworld-dev/node-lambda-dynamodb
Todo:
Thanks @anishkny for taking lead on this! 🍻
The text was updated successfully, but these errors were encountered: