Skip to content

pythoncr/flight-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flight Finder

Features

  • Search for flights offers

Local Usage

Clone the repo into your workspace.

./debug.sh

Upon successful image build, you can do a POST call to:

http://localhost:9000/2015-03-31/functions/function/invocations
BODY:
{
    "payload": [
        {
            "id": 1
        }
    ]
}

Deployment to AWS

For deploying changes from your local...

## You can add this line to the end of the deploy.sh script to update the code or replace the image_uri to the one generated from the deploy script
aws lambda update-function-code --function-name ${FUNCTION_NAME} --image-uri $IMAGE_URI --publish

About

Flight Finder App for Demo Purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages