Skip to content

AWS Lambda/API Gateway endpoint that returns a random Hungarian proverb

License

Notifications You must be signed in to change notification settings

szilveszter/random-hungarian-proverb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

random-hungarian-proverb

AWS Lambda/API Gateway endpoint that returns a random Hungarian proverb

Source of Hungarian proverbs

http://mek.oszk.hu/00200/00242/00242.htm

The parse_source.py script downloads and parses the HTML in order to get the original Hungarian versions of the proverbs (and their potential alternate) and their English translations. Dependencies can be found in requirements-parse.txt.

Deployment

Using the yoke tool:

export AWS_ACCESS_KEY_ID=<your-aws-access-key>
export AWS_SECRET_ACCESS_KEY=<your-aws-secret-access-key>
yoke deploy --stage=dev

TODO: set up the Lambda execution and API Gateway invoke IAM roles referenced in the yoke.yml file.

About

AWS Lambda/API Gateway endpoint that returns a random Hungarian proverb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages