AWS Compute Blog
Category: Serverless
Building serverless Java applications with the AWS SAM CLI
This blog post shows how to build Java applications with the AWS SAM CLI. You learnt about the default build mechanisms, and how to customize the build behavior and abstract the build process inside a container environment. Visit the GitHub repository for the example code templates referenced in the examples.
Server-side rendering micro-frontends – UI composer and service discovery
This post looks at how to use the UI Composer and micro-frontends discoverability. Once this part is developed, it won’t need to change regularly. This represents the foundation for building server-side rendering micro-frontends using HTML-over-the-wire. There might be other approaches to follow for other frameworks such as Next.js due to the architectural implementation of the framework itself.
Uploading large objects to HAQM S3 using multipart upload and transfer acceleration
This blog shows how web and mobile applications can upload large objects to HAQM S3 in a secured and efficient manner when using presigned URLs and multipart upload.
Developing portable AWS Lambda functions
This blog post is written by Uri Segev, Principal Serverless Specialist Solutions Architect When developing new applications or modernizing existing ones, you might face a dilemma: which compute technology to use? A serverless compute service such as AWS Lambda or maybe containers? Often, serverless can be the better approach thanks to automatic scaling, built-in high […]
Implementing reactive progress tracking for AWS Step Functions
This blog post is written by Alexey Paramonov, Solutions Architect, ISV and Maximilian Schellhorn, Solutions Architect ISV This blog post demonstrates a solution based on AWS Step Functions and HAQM API Gateway WebSockets to track execution progress of a long running workflow. The solution updates the frontend regularly and users are able to track the […]
Migrating to token-based authentication for iOS applications with HAQM SNS
This post is written by Yashlin Naidoo, Cloud Support Engineer. HAQM Simple Notification Service (HAQM SNS) enables you to send notifications directly to a mobile push endpoint. For iOS apps, HAQM SNS dispatches the notification on your application’s behalf to the Apple Push Notification service (APNs). To send mobile push notifications via HAQM SNS, you […]
Introducing new asynchronous invocation metrics for AWS Lambda
Using these new CloudWatch metrics, you can gain visibility into the processing of Lambda asynchronous invocations. This blog explained the new metrics AsyncEventsReceived, AsyncEventAge, and AsyncEventsDropped and how to use them to troubleshoot issues.
Securing CI/CD pipelines with AWS SAM Pipelines and OIDC
AWS SAM Pipeline support for OIDC is a new feature of AWS SAM CLI that simplifies the integration of CI/CD pipelines hosted outside of AWS. Using short-term credentials and scoping AWS actions to specific pipeline tasks reduces risk for your organization.
Implementing architectural patterns with HAQM EventBridge Pipes
This post is written by Dominik Richter (Solutions Architect) Architectural patterns help you solve recurring challenges in software design. They are blueprints that have been used and tested many times. When you design distributed applications, enterprise integration patterns (EIP) help you integrate distributed components. For example, they describe how to integrate third-party services into your […]
Building ad-hoc consumers for event-driven architectures
This post is written by Corneliu Croitoru (Media Streaming and Edge Architect) and Benjamin Smith (Principal Developer Advocate, Serverless) In January 2022, the Serverless Developer Advocate team launched Serverlesspresso Extensions, a program that lets you contribute to Serverlesspresso. This is a multi-tenant event-driven application for a pop-up coffee bar that allows you to order from […]