This application creates a new AWS Step Function consisting of two linked Lambda functions. The end result is a step function that ingests currently playing movies from The Movie Database, and returns the list of titles to the caller.
- Clone the repo
- Create a .env file with the following details:
TMDB_API_KEY - your API key for TMDB
APP_ENV - your application's environment.
- Install packages with
npm install
To execute the Step Function, navigate to the AWS Step Function dashboard for the region configured in your serverless.yml
file and test with the GUI provided.
$ serverless deploy