Skip to content

kangkyu/lambda_microservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lambda_microservices

Use AWS Lambda as microservice, and build event-driven structure.

terraform init
AWS_PROFILE=admin terraform apply

Put your profile name in place of 'admin'.

Try

export BASE_URL='https://yglb9j7tna.execute-api.us-west-2.amazonaws.com/lambda'
curl "$BASE_URL/translate" -X POST -d '{"translate_id": "abc"}'

After trying, do not forget to run terraform destroy

AWS_PROFILE=admin terraform destroy

About

Translate service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published