# Add movie
INVOKE_URL=https://xxxxxxx.amazonaws.com
curl \
-X PUT \
-H "Content-Type: application/json" \
-d '{"year": "2013", "title": "The Amazing Spider"}' \
${INVOKE_URL}/topmovies
# Get movie for a particular year
curl ${INVOKE_URL}/topmovies/2013
# Get listing
curl ${INVOKE_URL}/topmovies
# Delete movie for a particular year
curl -X DELETE ${INVOKE_URL}/topmovies/2013
forked from slim-sandbox/tf-httpapi-lambda-ddb
-
Notifications
You must be signed in to change notification settings - Fork 0
su-ntu-ctp/2.16-tf-httpapi-lambda-ddb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- HCL 55.5%
- Python 34.5%
- Shell 10.0%