AWS Compute Blog

Category: Developer Tools

A Visual Studio Code window displaying two tabs, an updated state machine definition and the automatically-updated preview of the same state machine

AWS Step Functions support in Visual Studio Code

The AWS Toolkit for Visual Studio Code has been installed over 115,000 times since launching in July 2019. We are excited to announce toolkit support for AWS Step Functions, enabling you to define, visualize, and create your Step Functions workflows without leaving VS Code. Version 1.8 of the toolkit provides two new commands in the […]

Lambda test tool

Announcing AWS Lambda support for .NET Core 3.1

This post is courtesy of Norm Johanson, Senior Software Development Engineer, AWS SDKs and Tools. From today, you can develop AWS Lambda functions using .NET Core 3.1. You can deploy to Lambda by setting the runtime parameter value to dotnetcore3.1. Version 1.17.0.0 AWS Toolkit for Visual Studio and version 4.0.0 of the .NET Core Global Tool […]

Building a Raspberry Pi telepresence robot using serverless: Part 1

A Pimoroni STS-Pi Robot Kit connected to AWS for remote control and viewing. A telepresence robot allows you to explore remote environments from the comfort of your home through live stream video and remote control. These types of robots can improve the lives of the disabled, elderly, or those that simply cannot be with their […]

Running Simcenter STAR-CCM+ on AWS with AWS ParallelCluster, Elastic Fabric Adapter and Amazon FSx for Lustre

Update June 27, 2022: The latest version of the scripts referenced in this blog can be found at https://cfd-on-pcluster.workshop.aws/starccm.html. This post is contributed by Anh Tran – Sr. HPC Specialized Solutions Architect Introduction AWS recently introduced many HPC services that boost the performance and scalability of Computational Fluid Dynamics (CFD) workloads on AWS. These services […]

Building a serverless URL shortener app without AWS Lambda – part 3

This is the final installment of a three-part series on building a serverless URL shortener without using AWS Lambda. This series highlights the power of Amazon API Gateway and its ability to directly integrate with services like Amazon DynamoDB. The result is a low latency, highly available application that is built with managed services and […]

Chris Munns presenting 'Building microservices with AWS Lambda' at re:Invent 2019

ICYMI: Serverless Q4 2019

Welcome to the eighth edition of the AWS Serverless ICYMI (in case you missed it) quarterly recap. Every quarter, we share the most recent product launches, feature enhancements, blog posts, webinars, Twitch live streams, and other interesting things that you might have missed! In case you missed our last ICYMI, checkout what happened last quarter […]

AWS re:Invent

ICYMI: Serverless pre:Invent 2019

With Contributions from Chris Munns – Sr Manager – Developer Advocacy – AWS Serverless The last two weeks have been a frenzy of AWS service and feature launches, building up to AWS re:Invent 2019. As there has been a lot announced we thought we’d ship an ICYMI post summarizing the serverless service specific features that […]

A simpler deployment experience with AWS SAM CLI

The AWS Serverless Application Model (SAM) CLI provides developers with a local tool for managing serverless applications on AWS. The command line tool allows developers to initialize and configure applications, debug locally using IDEs like Visual Studio Code or JetBrains WebStorm, and deploy to the AWS Cloud. On November 25, we announced improvements to the […]

Java 11 runtime now available in AWS Lambda

We are excited to announce that you can now develop your AWS Lambda functions using the Java 11 runtime. Start using this runtime today by specifying a runtime parameter value of java11 when creating or updating your Lambda functions. The Java 11 runtime does not introduce any changes in Lambda’s programming model, such as handler […]