Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 449 Bytes

extra-challenges.md

File metadata and controls

11 lines (6 loc) · 449 Bytes

Extra challenges

Do you want to do something more to make your web app more production ready?

If so here are some extra challenges that you can try to solve by yourself.

  1. Add the sentiment analysis using a lambda function when we add a new note.

  2. Add the capability to search by sentiment, using AWS DynamoDB and the @key transformer.

  3. Create a continuous deployment pipeline for your application using GitHub and AWS Amplify console.