Blogs in May 2021
How to Deploy Lambda with Node.js with Package Dependencies
5/6/2021·4 min read
AWS Lambda is serverless compute service and let you run code at AWS's managing servers on the cloud, you will only worry about your code and AWS will manage the underneath servers. This blog is trying to show how to get start with Lambda by use Node.js with package dependencies, the code will include one dependency module util, it'll will use zip to compress the index.js and node_modules folder.
How to Deploy Lambda with Node.js without Dependencies
5/3/2021·3 min read
AWS Lambda is serverless compute service and let you run code at AWS's managing servers on the cloud, you will only worry about your code and AWS will manage the underneath servers. This blog is trying to show how to get start with Lambda by use Node.js with No package dependencies.
How to Self-Hosted Sentry.io at AWS EC2
5/1/2021·3 min read
This blog shows how to self-hosted Sentry.io with AWS EC2.