Your data on AWS or any other public cloud service provider is entirely secured given you comply and use them within their Security Guidelines. For example, you should not share/use API or Machine Access Keys in your code. And even if you did and you uploaded your code on GitHub in Public Repo, your Access … Continue reading How secure is AWS?
Tag: IAM
How create a serverless website using AWS Lambda, AWS S3, AWS API Gateway and AWS DynamoDB with node.js? Full Tutorial!
This post will show you how we can create a web site using AWS serverless architecture. Architecture The architecture would look something like below: The services and technologies we will be using to build this application are: AWS Lambda AWS Lambda is a compute service that lets you run code without provisioning or managing servers. AWS … Continue reading How create a serverless website using AWS Lambda, AWS S3, AWS API Gateway and AWS DynamoDB with node.js? Full Tutorial!