Skip to content

graphicbeacon/aws_image_quote_gen_lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Quote Generator

An image quote generator written in Dart to run on AWS Lambda.

Pre-requisites

To run the project, you need the following installed:

To build and deploy to your lambda function:

# Non-linux users
$ docker run -v $PWD:/app -w /app --entrypoint /app/build.sh dart:stable && \
  zip lambda.zip bootstrap && rm bootstrap

# Linux users
$ chmod +x build.sh && ./build.sh

# Update Lambda function on AWS
$ aws lambda update-function-code --function-name <function-name> --zip-file fileb://./lambda.zip

-> Watch full tutorial on YouTube

About

An image quote generator written in Dart to run on AWS Lambda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •