Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

thundra-io/thundra-movie-fetcher

Repository files navigation

Thundra Movie Fetcher

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.

Setup

  • 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

Usage

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.

Deployment

$ serverless deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published