-
-
Notifications
You must be signed in to change notification settings - Fork 1
Frontend Devops Op Qual
Schuster Braun edited this page Aug 4, 2021
·
1 revision
- Understand difference between server and client
- Lambda/Api Gateway
- Navigate Lambda/Api Gateway consoles
- Deploy, update, and test Lambdas
- Connect Lambdas to Api Gateway and expose as an endpoint
- Setup an API Gateway endpoint with proxy integration
- Use a local tool for API testing (such as Postman)
- Rest
- Understand REST principles and methods
- Build a local CRUD HTTP Server (Express)
- Fetch external APIs from local server
- Deploy Express server to Lambda/Api Gateway
- Test endpoints using Jest
- bonus Test frontend using Cypress
- Amplify
- Navigate Amplify console/cli
- Deploy functions and APIs
- Graphql
- Navigate Appsync console
- Understand Schema scalar types
- Update Schema with 1:1 relationships
- Perform Query and mutate data from Frontend application
- Dynamo Db
- Navigate Dynamo Db console
- Update tables from console
- Update database from application