AWS Partner Network (APN) Blog
Tag: AWS Lambda
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.
Say Hello to 41 New AWS Competency, MSP, and Service Delivery Partners Added in September
We are excited to highlight 41 APN Partners that received new designations in August for our global AWS Competency, AWS Managed Service Provider (MSP), and AWS Service Delivery programs. These designations span workload, solution, and industry, and help AWS customers identify top APN Partners that can deliver on core business objectives. APN Partners are focused on your success, helping customers take full advantage of the business benefits AWS has to offer.
How to Use Amazon Rekognition on Cloudinary to Auto-Tag Faces with Names
Learn how to seamlessly integrate Amazon Rekognition with the Cloudinary platform, and build an application that automatically tags people in images with names. This solution learns people’s faces from photos uploaded to a “training” folder in Cloudinary. In many cases, a single photo of someone is enough for Amazon Rekognition to learn and then, later on, identify and tag that person. This works in most photograph scenes and even pictures with many other people in them.
How to Automate Cloud Governance to Achieve Safety at Speed
Compliance-as-code is an alternative to performing a manual audit. It’s an automated method to check that controls are being followed where rules are written in a programming language that can be run on an event. The source of this event could be from a recurring schedule, or from a change that has happened in the environment. Mechanical Rock uses AWS Service Catalog to distribute common infrastructure patterns that enable development teams to quickly build and deploy modern cloud native applications.
Say Hello to 73 New AWS Competency, MSP, and Service Delivery Partners Added in August
We are excited to highlight 73 APN Partners that received new designations in August for our global AWS Competency, AWS Managed Service Provider (MSP), and AWS Service Delivery programs. These designations span workload, solution, and industry, and help AWS customers identify top APN Partners that can deliver on core business objectives. APN Partners are focused on your success, helping customers take full advantage of the business benefits AWS has to offer.
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.
Say Hello to 53 New AWS Competency, MSP, and Service Delivery Partners Added in July
We are excited to highlight 53 APN Partners that received new designations in July for our global AWS Competency, AWS Managed Service Provider (MSP), and AWS Service Delivery programs. These designations span workload, solution, and industry, and help AWS customers identify top APN Partners that can deliver on core business objectives. APN Partners are focused on your success, helping customers take full advantage of the business benefits AWS has to offer.
Say Hello to 43 New AWS Competency, MSP, and Service Delivery Partners Added in June
We are excited to highlight 43 APN Partners that received new designations in May for our global AWS Competency, AWS Managed Service Provider (MSP), and AWS Service Delivery programs. These designations span workload, solution, and industry, and help AWS customers identify top APN Partners that can deliver on core business objectives. APN Partners are focused on your success, helping customers take full advantage of the business benefits AWS has to offer.
Calculating SaaS Cost Per Tenant: A PoC Implementation in an AWS Kubernetes Environment
In a SaaS environment, the compute, storage, and bandwidth resources are often shared among tenants, but this makes it challenging to deduce per tenant cost. A SaaS application running on a Kubernetes cluster on AWS adds a layer of further complexity as far as calculating the per tenant cost. Kubernetes is great at abstracting away the underlying pool of hardware. It almost gives us an illusion of having access to a single large compute resource.