AWS Compute Blog
Tag: serverless
Register now for the first virtual AWS Serverless-First Function
This post is courtesy of Rebecca Marshburn, Sr. Product Marketing Manager, Serverless AWS is hosting the first-ever completely serverless-focused, free virtual event: the AWS Serverless-First Function. The event takes place across two Thursdays – May 21 and May 28 – and focuses on two important themes of building on serverless: May 21: Serverless for your […]
Read MoreUsing AWS ParallelCluster with a serverless API
This post is contributed by Dario La Porta, AWS Senior Consultant – HPC AWS ParallelCluster simplifies the creation and the deployment of HPC clusters. Amazon API Gateway is a fully managed service that makes it easy for developers to create, publish, maintain, monitor, and secure APIs at any scale. AWS Lambda automatically runs your code without requiring you to […]
Read MoreCreating a scalable serverless import process for Amazon DynamoDB
Amazon DynamoDB is a web-scale NoSQL database designed to provide low latency access to data. It’s well suited to many serverless applications as a primary data store, and fits into many common enterprise architectures. In this post, I show how you can import large amounts of data to DynamoDB using a serverless approach. This uses […]
Read MoreBuilding an automated knowledge repo with Amazon EventBridge and Zendesk
Zendesk Guide is a smart knowledge base that helps customers harness the power of institutional knowledge. It enables users to build a customizable help center and customer portal. This post shows how to implement a bidirectional event orchestration pattern between AWS services and an Amazon EventBridge third-party integration partner. This example uses support ticket events […]
Read MoreDecoupling larger applications with Amazon EventBridge
This blog post shows how you can use an event-based architecture to decouple services and functional areas of applications. It uses the document repository solution as an example, to compare architecture after shifting to an event-based approach.
Read MoreAutomating scalable business workflows using minimal code
In this blog post, I show how to use a serverless application to build and manage enterprise workflows at scale. This minimal-code solution is highly scalable and flexible, and can be modified easily to meet your needs.
Read MoreBuilding well-architected serverless applications: Understanding application health – part 2
This series of blog posts uses the AWS Well-Architected Tool with the Serverless Lens to help customers build and operate applications using best practices. In each post, I address the nine serverless-specific questions identified by the Serverless Lens along with the recommended best practices. See the Introduction post for a table of contents and explaining the example application. Question OPS1: How […]
Read MoreTranslating documents at enterprise scale with serverless
Developing a scalable translation solution for thousands of documents can be challenging using traditional, server-based architecture. Using a serverless approach, this becomes much easier since you can use storage and compute services that scale for you.
Read MoreVisualize user behavior with Auth0 and Amazon EventBridge
In this post, I show how to capture user events and monitor user behavior by using the Amazon EventBridge partner integration with Auth0. This enables you to gain insights to help deliver a more customized application experience for your users. Auth0 is a flexible, drop-in solution that adds authentication and authorization services to your applications. […]
Read MoreCreating a searchable enterprise document repository
Enterprise customers frequently have repositories with thousands of documents, images and other media. While these contain valuable information for users, it’s often hard to index and search this content. One challenge is interpreting the data intelligently, and another issue is processing these files at scale. In this blog post, I show how you can deploy […]
Read More