Set up a private PyPi repository
Learn how to set up a cost-effective private PyPi server using pypiserver, Docker, Terraform, and AWS EC2. This guide walks you through generating an SSH key, creating a security group, setting up an EBS volume, and launching an EC2 instance. It also covers Docker installation, creating a user for server protection, and configuring Poetry for package management. Ideal for those seeking a budget-friendly solution for private package management.
AWS Lambda: Concurrency
Learn about AWS Lambda concurrency types, including unreserved, reserved, and provisioned concurrency, and how they impact application performance. Understand SQS and Kinesis event handling for optimal scalability. Discover how to configure concurrency to avoid throttling and ensure smooth operations.
AWS Lambda: Invocation types
Discover the key invocation types of AWS Lambda: synchronous, asynchronous, and poll-based. This blog post delves into each type, providing detailed examples and use cases to help you understand their differences and applications. Whether you're using Amazon API Gateway, S3 events, or SQS triggers, learn how to optimize your AWS Lambda functions for efficient and effective usage.