Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 520 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 520 Bytes

I know this application does not make much sense, I just want to learn something. During my learning time, I didn't find interesting topic.

Euro to inr

Convert Euro to INR and send notification if it crosses a defined threshold.

Deployment

  • Create zip of node_modules, src/ and file which has lambda function all at root level of zip.
    zip -r node_modules src index.js

Terraform

Terraform will setup lambda and event.

Testing