A simple example demonstrating how to use custom headers in API responses.
- run
npm install
to grab the dependencies - run
npm start
to set up the lambda project under the default name on AWS - Check out the API ID in
claudia.json
(the previous step creates the file) - Open https://API_ID.execute-api.us-east-1.amazonaws.com/latest/hard-coded-headers in a browser (replace API_ID with the API ID from
claudia.json
) and inspect the headers. You should see anX-Version
header with the value101
, andContent-Type
oftext/plain
Check out web.js to see how the paths are set up. For more information, see the Claudia Api Builder documentation.