Convert this into a service that runs on AWS Lambda
Opened this issue · 3 comments
4barz commented
Use the serverless framework https://www.serverless.com and deploy this service on aws. You can use s3 to manage the products
daveasiamah commented
Work in progress, dummy app on https://bo5qnfhskg.execute-api.us-east-1.amazonaws.com/dev,
- Working to resolve issue with Internal server error
daveasiamah commented
Blocker with internal server error removed.
I learned how to use "sls logs -f appname" to view the logs and troubleshoot the issue with the build.
daveasiamah commented
I have an error with writing to s3. Working on resolving it and I should be done soon.