AWS Compute Blog

Writing AWS Lambda Functions in Clojure

Tim Wagner, AWS Lambda General Manager Bryan Moffatt, AWS Lambda Software Developer AWS Lambda’s Java support also makes it easy to write Lambda functions in other jvm-based languages. Previously we looked at doing this for Scala; today’ll we’ll see how it can be done with Clojure. Getting Started with Clojure We’ll build our Clojure project with […]

AWS Lambda launches in Tokyo region

Tim Wagner, AWS Lambda We’re happy to announce our newest region: Tokyo! In addition to US East (Virginia), US West (Oregon), and EU (Ireland), AWS Lambda is now also available in the Tokyo (ap-northeast-1) region. Amazon SNS, Amazon S3, and Amazon Kinesis event sources are available in the Tokyo region. Happy (Asia Pacific) Lambda coding! […]

Hands-Free Slack: AWS Lambda meets Amazon Echo

Tim Wagner, AWS Lambda Amazon Echo is voice-based home automation. With it, you can listen to music, check the weather, or search the web…just by using your voice. And just like mobile phones and tablets, lots of exciting apps are going to be written for this new platform, using the Alexa Skills Kit (ASK) and […]

Running an Amazon ECS Task on Every Instance

My colleague Matt McClean sent a nice guest post that demonstrates how to start a task on every ECS instance in a cluster. —– Amazon EC2 Container Service (ECS) is a highly scalable, high performance container management service that supports Docker containers and allows you to easily run applications on a managed cluster of Amazon […]

Writing AWS Lambda Functions in Scala

Tim Wagner, AWS Lambda General Manager Sean Reque, AWS Lambda Software Developer AWS Lambda’s Java support also makes it easy to write Lambda functions in other jvm-based languages. Let’s take a look at how you can do that for Scala. Getting Started with Scala If you’re an old hand at Scala, skip ahead…otherwise: We’ll step […]

AWS Lambda Announces Java Support

Tim Wagner, AWS Lambda Java comes to Lambda! Support for Java has been one of our most requested features, so I’m very happy to announce that’s it’s here! Check out the overview on the AWS blog or the docs. Java has a more heavyweight initialization than nodejs, so the console defaults to a larger memory […]

50% Increase in Memory Capacity for AWS Lambda Functions

Tim Wagner, AWS Lambda AWS Lambda has increased the maximum capacity of memory for Lambda functions from 1Gb to 1.5Gb. Setting the memory for a Lambda function implicitly also sets the CPU, network, and other resource allocation, so this means you also have access to more compute power when you choose one of the new […]

New Deployment Options for AWS Lambda

Tim Wagner, AWS Lambda General Manager Emma Zhao, AWS Lambda Software Developer This blog introduces two new ways to deploy AWS Lambda functions…and as a bonus, we’ll create a “Lambda auto-deploy” service as well! Deploying AWS Lambda code from Amazon S3 buckets Many developers use Amazon S3, the AWS object storage system, as an easy-to-use […]

An EC2 Spot Architecture for Web Applications

Tipu Qureshi, AWS Senior Cloud Support Engineer This blog post describes a reference architecture that utilizes Spot Instances and is meant to help enable you to realize additional cost savings for your stateless web tier while maintaining high availability. We recommend tailoring and testing it for your application before implementing it to a production environment. […]