Introducing Lambda@Edge in Preview – Run Lambda functions at AWS’s edge locations closest to your users

Lambda@Edge, now in Preview, allows you to write functions deployed to the AWS network of Edge locations in response to CloudFront. This new feature allows you to customize or personalize content for your end users close to where they’re located, minimizing network latency. For instance, you can modify HTTP headers to personalize your application for each user, implement custom authentication or encryption logic right at the edge, detect and group users by device, support legacy devices by reformatting content on the viewer response, and much more.
Quelle: aws.amazon.com

Document Your API with Amazon API Gateway

You can now add documentation to your methods and resources for your APIs built using Amazon API Gateway, making it easy for your API consumers to understand your API. You can add documentation for your API directly using the API Gateway console, CLI, and SDK, or simply specify it using documentation tags within the Swagger definition for the API. You can also reuse documentation across common aspects of your API. For example, you can author standard error documentation just one time, and use it in multiple API responses as without duplicating the actual content, making it faster to document your APIs and eliminating “copy-paste” errors that can arise with duplicated strings. Once your documentation is published as part of an API stage, you can export it using the Swagger export feature and make it available in your developer portal. 
Quelle: aws.amazon.com

Announcing AWS X-Ray

AWS X-Ray helps developers analyze and debug production, distributed applications, such as those built using a microservices architecture. With X-Ray, you can understand how your application and its underlying services are performing to identify and troubleshoot the root cause of performance issues and errors. X-Ray provides an end-to-end view of requests as they travel through your application, and shows a map of your application’s underlying components. You can use X-Ray to analyze both applications in development and in production, from simple three-tier applications to complex microservices applications consisting of thousands of services.
Quelle: aws.amazon.com

Announcing AWS CodeBuild

AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages that are ready to deploy. With CodeBuild, you don’t need to provision, manage, and scale your own build servers. CodeBuild scales continuously and processes multiple builds concurrently, so your builds are not left waiting in a queue. You can get started quickly by using prepackaged build environments, or you can create custom build environments that use your own build tools. With CodeBuild, you are charged by the minute for the compute resources you use.
Quelle: aws.amazon.com

Introducing AWS Shield

AWS Shield is a managed DDoS protection service that protects your web applications on AWS from DDoS attacks. AWS Shield Standard is available to all AWS customers at no additional cost, and protects your applications from the most common, frequently occurring DDoS attacks. If you need a higher level of protection against large and sophisticated attacks, you can subscribe to AWS Shield Advanced to protect your applications on Elastic Load Balancing, Amazon CloudFront and Amazon Route 53. With AWS Shield Advanced, you also get access to AWS WAF at no additional cost, giving you the flexibility to write customized mitigations against application layer attacks. AWS Shield Advanced also provides 24X7 access to the DDoS Response Team (DRT) who can apply custom mitigations on your behalf and DDoS Cost Protection, to protect your AWS bill against usage fee surges during mitigation of a DDoS attack.
Quelle: aws.amazon.com

AWS Lambda Supports Dead Letter Queues

You can now configure a dead letter queue (DLQ) on AWS Lambda to give you more control over message handling for all asynchronous invocations, including those delivered via AWS events (S3, SNS, IoT, etc). You can setup a DLQ by configuring the ‘DeadLetterConfig’ property when creating or updating your Lambda function. You can provide an SQS queue or an SNS topic as the ‘TargetArn’ for your DLQ, and AWS Lambda will write the event object invoking the Lambda function to this endpoint after the standard retry policy (2 additional retries on failure) is exhausted. 
Quelle: aws.amazon.com

Announcing Internet Protocol Version 6 (IPv6) support for EC2 instances in Amazon Virtual Private Cloud (VPC)

EC2 instances in Amazon Virtual Private Cloud (VPC) now offer native support for the IPv6 protocol. IPv6 can be enabled for existing and new VPCs through the AWS management console, API/SDK and CLI. Customers can use IPv6 on EC2 instances to access Internet resources as well as on-premise applications using Direct Connect. This enables numerous use cases such as hosting public services and meeting IPv6 compliance requirements.
Quelle: aws.amazon.com