rights reserved. Preview AWS Application Composer AWS Application Composer • Helps you visually compose and configure AWS services into serverless applications. • Backed by Infrastructure as Code (IaC) • Visual builder that makes it easier to design a serverless application architecture by: • Dragging • Grouping • Connecting AWS services in a visual canvas
rights reserved. Deploy serverless applications through IaC AWS Application Composer’s visual canvas simplifies common tasks, such as generating deployment-ready configuration and IaC for each service in the architecture Visualize your application architecture and configuration Quickly understand your application architecture and its components as you collaborate with your team Use cases Design and build new serverless applications AWS Application Composer removes the learning curve of composing serverless application from multiple AWS services
rights reserved. Preview Amazon CodeCatalyst S P A R K A F A S T E R P L A N N I N G , D E V E L O P M E N T, A N D D E L I V E R Y L I F E C Y C L E O N A W S
rights reserved. Preview Amazon CodeWhisperer E N T E R P R I S E A D M I N I S T R A T I V E C O N T R O L S , S I M P L E S I G N - U P, A N D S U P P O R T F O R N E W L A N G U A G E S • Generates code recommendations based on the code and comments in your IDE • Supports Python, Java, JavaScript, C#, TypeScript • Available in popular IDEs - Visual Studio Code, JetBrains, AWS Cloud9, AWS Lambda • Integrate with AWS IAM Identity Center or use AWS Builder ID
rights reserved. GA About AWS Lambda • AWS Lambda is a compute service • Lets you run code without provisioning or managing servers • Lambda runs your code only when needed and scales automatically • You pay only for the compute time you consume
rights reserved. GA AWS Lambda SnapStart • Reduces Java “Cold Starts” by 90% • Designed to reduce the ‘init’ phase of function invocation • Available for Corretto Java11 runtime. • No extra charge
rights reserved. GA About Amazon EventBridge • EventBridge uses event to connect application components • Easier to build event-driven applications • EventBridge receives an event, an indicator of a change in environment, and applies a rule to route the event to a target. Rules match events to targets based on either the structure of the event, called an event pattern, or on a schedule. For example, when an Amazon EC2 instance changes from pending to running, you can have a rule that sends the event to a Lambda function.
rights reserved. GA Amazon EventBridge Pipes C R E A T E P O I N T - T O - P O I N T I N T E G R A T I O N S B E T W E E N E V E N T P R O D U C E R S A N D C O N S U M E R S • Removes the need to write undifferentiated “glue code” • Simplest pipe consists of a source and target • Can include filtering & enrichment as needed
rights reserved. GA Distributed Map for AWS Step Functions A S E R V E R L E S S S O L U T I O N F O R L A R G E - S C A L E P A R A L L E L D A T A P R O C E S S I N G • Supports maximum concurrency of up to 10,000 executions in parallel • e.g. Iterate over millions of objects in S3 • Process data using any service API supported by Step Functions