Skip to content

AWS Intermediate

Hub › AWS › Intermediate

What you'll build

You extend the beginner static S3 + CloudFront site into a dynamic one. You add a Lambda function that returns JSON, expose it through an API Gateway HTTP API, and change index.html to fetch the API and render the list in the browser. You also learn to invalidate the CloudFront cache after redeploying. All identifiers in this tier are placeholders — never paste a real account ID or ARN.

The ladder

  1. 01 Why go dynamic
  2. 02 The Lambda function
  3. 03 The HTTP API
  4. 04 Fetch from the page
  5. 05 Cache invalidation
  6. 06 Safety and placeholders