Page 33
AWS Weekly 2016-33
A quick summary of what happened in the AWS universe last week. Monday, August 15 Authorizing everything: Ben Rady (Author of Serverless Single Page Apps, Pragmatic Bookshelf) published The Real Revolution of Serverless is Auth, Not Microservices Contr...
Read moreJenkins Templates for AWS CloudFormation
This page has moved to GitHub: https://github.com/widdix/aws-cf-templates/tree/master/jenkins
Read moreComplete AWS IAM Reference
Writing IAM policies is hard. Following the principle of least privilege is even harder. To write a secure IAM policy you need to know: What actions are needed? Are resource-level permissions supported and on what levels? Are conditions supported to re...
Read moreAWS Weekly 2016-32
A quick summary of what happened in the AWS universe last week. Monday, August 8 Expanding to Canada: new edge locations for CloudFront (CDN) in Montreal and Toronto. Announcing regional expansion of EC2 instance types: C4 in South America (Sao Paulo),...
Read moreCreate a serverless RESTful API with the Serverless Framework powered by API Gateway, Lambda, and DynamoDB
This article teaches you how to create a Serverless RESTful API on AWS with the Serverless Framework. DynamoDB is used to store the data. The example’s source code is available on GitHub and can be used to speed up your project. If you are interested i...
Read moreAWS Weekly 2016-31
A quick summary of what happened in the AWS universe last week. Monday, August 1 Leonardo from Cloud Academy published A curated list of AWS resources to prepare for the AWS Certifications We announced the Complete AWS IAM Reference DevOps Meets Securi...
Read moreAPI Gateway Custom Authorization with Lambda, DynamoDB and CloudFormation
API Gateway provides an HTTP API endpoint that is fully configurable. You define the HTTP resources (like /user), the HTTP methods on that resources (like POST, GET, DELETE, …) and the integration (e.g. Lambda function) that should be called to process ...
Read moreAWS Weekly 2016-30
A quick summary of what happened in the AWS universe last week. Monday, July 25 Service expansion: API Gateway & AWS Lambda is now available in Asia Pacific (Singapore) Snowball is now available in EU (Frankfurt) region. Start and stop EC2 Instance...
Read moreYour AWS Account is a mess? Learn how to fix it!
Have you no wildcard ec2:* in your IAM policies? Your Security Group rules are as strict as possible? Your S3 Bucket Access Policies only contain rules you know? You know about every single resource that runs in your account? If so, stop reading and ple...
Read moreCreate a serverless RESTful API with API Gateway, CloudFormation, Lambda, and DynamoDB
This article teaches you how to create a serverless RESTful API on AWS. You will use CloudFormation to define the API Gateway in combination with Lambda to implement the functionality. DynamoDB is used to store the data. The example’s source code is ava...
Read more