AWS Partner Network (APN) Blog
Category: AWS Cloud Development Kit
How Advanced Accelerated Migrations to SaaS by Using AWS Step Functions
Advanced Care Cloud is a SaaS solution running on AWS that provides care organizations of different sizes with the power to effectively manage their entire business from anywhere, at any time. Learn how Advanced used AWS Step Functions to orchestrate the solution’s onboarding process and data migration activities. We’ll also discuss the benefits Advanced achieved by leveraging Step Functions rather than building custom orchestration capability.
Building Scalable IT Platforms with the AWS CDK Using Attini
The AWS Cloud Development Kit (AWS CDK) allows developers to define their infrastructure as code using familiar programming languages. It simplifies the process of building, deploying, and managing infrastructure in AWS, making it a popular choice for organizations that want to improve their agility, reliability, and scalability. Learn how Attini helps you package your code, configuration, and deployment instructions into immutable artifacts. The Attini Framework will then automatically run your deployments for you.
Create Dynamic Serverless Applications with Neo4j Graph Database and AWS Lambda
The AWS Cloud Development Kit (AWS CDK) is a framework that provides an automated and repeatable way of handling cloud infrastructure. Learn how to use the AWS CDK to build an AWS Lambda function in Java that connects to Neo4j. The framework described here can be used to build dynamic serverless applications where the frontend scales based on system demand. This makes it possible to easily get value from your connected graph data in front end applications.
Building a Multi-Region Solution for Auto Recovery of Amazon EC2 Instances Using AWS CDK and AWS Step Functions
Learn about a multi-regional first-line of support solution Chaos Gears put together using a serverless application running AWS Lambda under the baton of AWS Step Functions to relieve a customer’s engineers from some of their operational burdens. The approach described in this post can be adapted to serve other needs or cover different cases, as AWS Step Functions’ visual workflows allow for a quick translation of business requirements to technical ones.
Provisioning a Virtual Private Cloud at Scale with AWS CDK
Infrastructure as code is one of the most important concepts used with cloud solutions, and AWS CloudFormation enables IaC by deploying stacks and provisioning resources on AWS using JSON or YAML files called templates. APN Ambassador Francois Rouxel from Slalom will show you how to create a hundred VPCs in one AWS region without providing any parameters, and how to easily establish a peering connection between two of them within a single line of code.