AWS Partner Network (APN) Blog
Category: Serverless
How to Add Security and Compliance Auto-Remediation with the Cloud Conformity Platform
Automation is becoming more and more critical to organizations needing to manage and govern cloud infrastructure. Cloud Conformity’s auto-remediation tool helps to alleviate security and compliance concerns by using AWS Lambda to fix any non-compliant resources within your AWS account. Cloud Conformity is an assurance and governance tool that continuously monitors one or more AWS services based on AWS Well-Architected best practices.
Deploying Code Faster with Serverless Framework and AWS Service Catalog
Serverless Framework is an open source project and popular choice for many AWS customers who wish to quickly construct and deploy serverless applications. For developers and operations professionals, Serverless Framework builds, packages, and deploys code with one simple command. Learn about a solution that GoDaddy and AWS jointly developed leveraging Serverless Framework to expedite and simplify the code deployment process.
Serverless Containers are the Future of Container Infrastructure
With the shift to containers and serverless solutions, organizations are presented with a unique question: how do you maximize an application’s uptime while maintaining a cost-effective infrastructure at both layers? Keeping availability high by over-provisioning is easy, but it’s also very expensive. As a result, several challenges have arisen on the path to building an optimized, cost-effective, and highly available containerized infrastructure on AWS: pricing, instance sizing, and containers utilization.
Building Serverless Data Pipelines on Amazon Redshift By Writing SQL with Datacoral
Amazon Redshift is a powerful yet affordable data warehouse, and while getting data out of Redshift is easy, getting data into and around Redshift can pose problems as the warehouse grows. Datacoral is a serverless data platform that manages metadata changes, data transformations, and orchestrating pipelines for data consumers. In this post, learn how to write Redshift SQL to represent data flow, and how serverless data pipelines get automatically generated for that data flow.
Building a Simple Serverless WebSocket with Stackery and AWS
With the addition of WebSocket support in Amazon API Gateway, we set out to build an AWS CloudFormation template to get the simplest WebSocket version. What we built was backed by an AWS Lambda function that responds directly to the client who initiated the request. We learned quite a few things along the way, and even ended up with an easy solution in Stackery for managing and deploying one of these simple WebSockets.
Extending SaaS Application Data into Your AWS Environment with Amazon EventBridge
Amazon EventBridge is a serverless event bus service that connects application data from a variety of sources and send it to your AWS environment. It makes it easy to build scalable event-driven applications because it handles event ingestion and delivery, security, authorization, and error-handling for you. EventBridge launched with support for 10 SaaS integration partners. If your organization is interested in integrating with EventBridge, you can complete the process with minimal development time.
Analyzing Performance and Cost of Large-Scale Data Processing with AWS Lambda
There are many tools available for doing large-scale data analysis, and picking the right one for a given job is critical. Here, we take an in-depth analysis of the architecture and performance characteristics of a completely serverless data processing platform. While the approach isn’t applicable for every use case, it has a very low total cost of ownership (TCO) and because AWS Lambda allows us to run arbitrary code easily, this approach provides the flexibility to handle non-standard data formats easily.
Keeping the Security and Scalability of Serverless Apps Problem-Free with AWS Secrets Manager
AWS Secrets Manager helps you protect secrets needed to access your applications, services, and IT resources while enabling you to easily rotate, manage, and retrieve database credentials, API keys, and other secrets throughout their lifecycle. If you’re researching how to improve secrets management, it’s critical to curate the advice you find. The engineers at Stackery have spent lots of time doing just that and share several benefits for using AWS Secrets Manager to keep security and scalability problem-free down the line.
Migrating Applications from Monolithic to Microservice on AWS
As cloud becomes the new normal, many businesses want to use its potential to improve their customer experience. Organizations all around the world are using the breadth and depth of AWS services to become more cloud-native. APN Partner Tech Mahindra helped Telia use AWS to modernize their customer information management (CIM) platform from monolithic to microservice for flexibility and scalability. Telia is a Europe-based telecom provider with 20,000 employees serving millions of customers across the globe.
Troubleshooting, Monitoring, and Cost Tracking for Serverless Applications
Serverless applications are becoming more and more popular as organizations seek to increase developer velocity, shorten time-to-market, and reduce infrastructure costs. Epsagon offers a holistic approach to monitoring and troubleshooting serverless applications. By leveraging distributed tracing and automated alerting, AWS Lambda users can get an auto-discovery view of their entire architecture, with a minimal setup effort and no code changes.