Dear students, this page will be updated during the training. Please check back regularly for updates.


Location

  1. πŸ‘¨πŸ»β€πŸ’» Microsoft Teams session link
  2. πŸ”¬ AWS Labs link

Feedback


Material


Day 1

Before first Lab.

  1. Be aware of pop-up windows, example in Safari you need to click tiny icon in the right of the address bar to allow pop-ups.
  2. Labs have High-Level Instructions, if you feel confident just try to do with them, if you need more help, you can follow the Detailed Instructions.
  3. Labs have Choice A and Choice B as potential solutions, analise bouth and pick the one you think is correct. At the end of the lab you can check the Solution to see right solution.

Book

Get your book from Gilmor after accessing it the first time from the builder lab’s button.

SDKs

CLI

IAM

S3

AWS CLI profiles

https://www.granted.dev

Content will be added here asynchronously.


Day 2

Lab4: Develop on Lambda - Create Function, Update Function, Publish Function, Invoke Function

  1. Create Lambda function on AWS Console
  2. Adapt code to Lambda function
  3. Publish Lambda function
  4. Invoke Lambda function with an event json file
  5. Invoke Lambda function from AWS Console
  6. Create the remaining Lambda functions

Lab5: Develop on API Gateway - Create API, Create Resource, Create Method, Deploy API, Test API

  1. Create API Gateway API Resource on AWS Console
  2. Create GET Method
  3. Set VTL (Velocity Template Language) to set UserID to student
  4. Limit the returned data
  5. Create POST Method
  6. Enforce a Schema for the POST Method
  7. Configure CORS (Cross-Origin Request Sharing)
  8. Deploy API
  9. Test API in Browser

Lab6: Capstone - Complete the Application

  1. Configure Cognito

Lab7: Observe the Application Using X-Ray

  1. Require X-Ray SDK
  2. Add X-Ray SDK to Lambda function
  3. Configure logging in deployment
  4. Deploy application with SAM
  5. Test website in browser
  6. Observes traces in X-Ray console
  7. Analise a specific error Trace in X-Ray console
  8. Fix the error and deploy again
  9. Test website in browser
  10. Review the traces in X-Ray console

Day 3


πŸ™‹β€β™€οΈ Parking Lot πŸ™‹β€β™‚οΈ - Answers to your open questions

  • Q:
  • A:

Content will be added here asynchronously.