AWS Open Source Blog
Category: Programing Language
Securing PyPI for the Future
As the Python Software Foundation’s new security sponsor, AWS is providing funding to the PSF to hire a full-time safety and security engineer dedicated to improving the security posture of the Python Package Index (PyPI).
Alternative JAR Entry Points Using Java Dependency Injection Frameworks
A simple new pattern allows dependency injection to take place before an alternative entry point is executed in a Java application. This pattern can help breathe new life into existing systems, and unlock new capabilities without requiring a major financial investment.
Improving Developer Productivity at Disney with Serverless and Open Source
Disney Streaming’s use of serverless and open source technologies has improved their ability to deliver business value safely and reliably.
Automate Python Flask Deployment to the AWS Cloud
Learn how to use AWS services and open source tools to automate the deployment of a Python Flask application to the AWS Cloud using CodePipeline.
Accelerate AWS IAM Identity Center (Successor to AWS Single Sign-On) Implementation using AWS Cloud Development Kit (AWS CDK)
In conversations with our customers, we often hear that they find it tedious to write AWS CloudFormation templates to create new permission sets, assign permission sets to users and groups in AWS IAM Identity Center (successor to AWS Single Sign-On) and grant access for users and groups to multiple AWS accounts in their organization. This […]
Deploying Open Policy Agent (OPA) as a sidecar on Amazon Elastic Container Service (Amazon ECS)
Introduction The sidecar deployment pattern lets developers decouple monolithic applications into separate processes with high levels of isolation and encapsulation. To address cross-cutting concerns like logging, monitoring, and authorization, organizations can decouple these operations into sidecar containers shared across multiple microservices within a deployment. In order to perform operations like authorization, microservice deployments often depend […]
Managing Spinnaker using Spinnaker Operator in Amazon EKS
Overview Spinnaker enables developers to focus on writing code and deploying their applications without having to worry about the underlying infrastructure. The development team can focus on application development and leave ops provisioning to Spinnaker for automating reinforcement of business and regulatory requirements. Spinnaker, a cloud-based open source continuous delivery platform built originally by Netflix […]
New cluster-mode support in redis-py
What is Redis? Redis is an incredibly popular open source (BSD licensed) in-memory data store, generally used as a database, cache, or message broker. Redis is regularly touted by developers as the most loved database and you’ve used Redis when on Twitter, GitHub, Instagram, Airbnb, and many other products. Redis Clusters enable you to scale […]
Announcing Amazon Corretto 17 support roadmap
In September, we announced the general availability of Amazon Corretto 17. Amazon Corretto is a no-cost, multi-platform, production-ready distribution of the Open Java Development Kit (OpenJDK). The JDK community has declared that OpenJDK 17 will be a long-term supported (LTS) version, which means it will continue to be updated beyond the standard two quarterly updates […]
Simplifying Kubernetes configurations using AWS Lambda
In this blog post, we explain how to create a multi-stage Dockerfile that uses eksctl, kubectl, and aws-auth. This will allow you to call Kubernetes APIs to create and manage resources through a unified control plane. You will interact with the Kubernetes API using Python, and the config map is created using a Jinja2 template. […]