Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Task: https://github.com/rolling-scopes-school/aws/blob/main/aws-developer/08_integration_with_sql_database/task.md
Hi, everyone. I couldn't get it to work together, only with postman.
I'm not a frontend developer and this assignment was very difficult for me..
I'd be happy to help.
FE: https://d3oeh93tzbcw2m.cloudfront.net/
Shope: Tati-Moon/nodejs-aws-shop-react#7
Task1:
Forked a copy of Cart Service template repository
Deploed code to AWS Lambda
Task2:
Created a Database Instance
Connected to the Database Instance:

Created Tables:

Scripts:
https://github.com/Tati-Moon/nodejs-aws-cart-api/blob/134408ef0b77d21f48a1455670845a1e07be13a8/db_scripts/create_tables.txt
https://github.com/Tati-Moon/nodejs-aws-cart-api/blob/134408ef0b77d21f48a1455670845a1e07be13a8/db_scripts/inset_items.txt
+Integrated the application with the RDS instance, ensuring that the database credentials and connection details were properly configured
+Passed these credentials and other necessary configuration details as environment variables to the AWS Lambda functions, enabling secure access to the database from the application's serverless components.
https://7gfwc5rdqhja7nnbl5lhsnqcki0chtgh.lambda-url.us-east-1.on.aws/api/profile/cart/

login: test1 Password: TEST_PASSWORD
Additional (optional) tasks: