gothinkster/realworld

๐Ÿ—„๐Ÿ”ง Node.js Lambda + DynamoDB

EricSimons opened this issue ยท 10 comments

Current Status

Todo:

  • ๐Ÿ Fork the starter repo & post the link in this issue
  • ๐ŸŽจ Create logo for repo & update issue status (@EricSimons)
  • ๐Ÿ”จ Implement all of Conduit's functionality per the spec & API
  • ๐Ÿ‘€ Peer review of final codebase by RealWorld admins & community (RFC)
  • ๐ŸŽ‰ Tag v1 release, move repo to main org, and officially list it on the README!

Thanks @anishkny for taking lead on this! ๐Ÿป

Is this active?

@sluongng I am actually looking for collaborators. Care to help out?

I am thinking of using AWS SAM to implement the app.

@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

@sluongng no worries.

Actually, currently the project is using Serverless Framework (see YAML file) and we can totally continue to use that.

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.

{
    "statusCode": 400,
    "error": "Bad Request",
    "message": "Invalid cookie value"
}

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