Page 33

Create 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 more

AWS 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 more

API 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 more

AWS 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 more

Your 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 more

Create 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

AWS Weekly 2016-29

A quick summary of what happened in the AWS universe last week. Monday, July 18 Going Serverless: CloudSploit shared their migration story New course from AWS Community Hero ‪Lynn Langit: Amazon Web Services for Data Science Wednesday, July 20 Four Ne...

Read more

DevOps and Security #c9d9

What are some of the best practices for building security as an integral part of your tools and practices throughout your delivery pipeline? On Tuesday I participated in an online panel on the subject of DevOps and Security, as part of Continuous Discus...

Read more

AWS Weekly 2016-28

A quick summary of what happened in the AWS universe last week. Monday, July 11 Allocating costs: AWS Directory Service supporting tags. Developing serverless applications with Python: AWS has released a developer preview of chalice, the Python Serverl...

Read more

Serverless Big Data pipeline on AWS

Lambda is a powerful tool when integrating different services on AWS. During the last months, I’ve successfully used serverless architectures to build Big Data pipelines. And I’d like to share my learnings with you. The benefits of serverless pipeline a...

Read more