Lesson 03Build

Querying and creating over API Gateway

A GET method that queries one partition, a POST method that writes into it — the same Lambda proxy shape as any other API Gateway integration, now backed by a real table.

The table and the function can talk to each other now, but nothing outside your account can talk to either — there's still no URL a client could send a request to.

Locked

Complete the previous step first

This exercise builds on Creating a table — run synth & validate there until every assertion passes, then this code will unlock.

Go to Creating a table