Skip to content
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

Closed
3 of 5 tasks
EricSimons opened this issue Apr 24, 2017 · 10 comments
Closed
3 of 5 tasks

🗄🔧 Node.js Lambda + DynamoDB #37

EricSimons opened this issue Apr 24, 2017 · 10 comments
Assignees
Labels

Comments

@EricSimons
Copy link
Member

EricSimons commented Apr 24, 2017

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! 🍻

@EricSimons EricSimons added the wip label Apr 24, 2017
@EricSimons EricSimons changed the title Node.js Lambda + DynamoDB [Backend] 🗄 Node.js Lambda + DynamoDB [Backend] Apr 24, 2017
@EricSimons EricSimons changed the title 🗄 Node.js Lambda + DynamoDB [Backend] 🗄🔧 Node.js Lambda + DynamoDB [Backend] Apr 24, 2017
@EricSimons EricSimons changed the title 🗄🔧 Node.js Lambda + DynamoDB [Backend] 🗄🔧 Node.js Lambda + DynamoDB Apr 24, 2017
@sluongng
Copy link

Is this active?

@anishkny
Copy link
Member

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

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

@sluongng
Copy link

@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

@anishkny
Copy link
Member

@sluongng no worries.

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

@anishkny
Copy link
Member

This project is being actively worked on

@anishkny
Copy link
Member

anishkny commented Aug 1, 2018

V1 functionality is complete 🎉

@Cameron-C-Chapman would you mind kicking around the tires?

@Cameron-C-Chapman
Copy link
Member

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"
}

@anishkny
Copy link
Member

anishkny commented Aug 4, 2018

Thanks for trying it out @Cameron-C-Chapman. Do you have exact repro steps? Were you using curl/Postman? Was it localhost?

@Cameron-C-Chapman
Copy link
Member

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 😄

@anishkny
Copy link
Member

anishkny commented Aug 4, 2018

Thanks for the docs fix. Yeah I have seen weird cookie behavior in Postman before. Closed by #248

@anishkny anishkny closed this as completed Aug 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants