ContentPosts from @desertprincess..
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

Exploring Amazon VPC Lattice

This article discusses Amazon Virtual Private Cloud (VPC) Lattice, a new network architecture that allows users to deploy and manage complex applications in a secure and scalable way. It describes the architecture and features of Amazon VPC Lattice, including how it enables secure communication bet.. read more  

Exploring Amazon VPC Lattice
Story Mia-Platform Team
@pmartinoli shared a post, 2 years, 11 months ago
Technical Writer, Mia-Platfom

7 core components of an Internal Developer Platform

Internal Developer Platforms are widely spreading because they simplify the daily work of developers. Read the blog post to discover the 7 core components!

7 core components of an Internal Developer Platform
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

Moving AWS Lambda functions with Golang to Graviton chips

The AWS Lambda now allows new and existing functions to run on Arm-based AWSGraviton2processors, resulting in better performance and lower costs. - Graviton2 architecture provides physical cores, better scalability, and more cache on a per-CPU basis. - For Golang to run on Graviton, specify the arch.. read more  

Moving AWS Lambda functions with Golang to Graviton chips
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

Amazon OpenSearch Service announces Amazon OpenSearch Ingestion

Amazon OpenSearch Service has introduced a new managed data ingestion tier, OpenSearch Ingestion, which enables petabyte-scale data ingestion and processing. - The service allows users to filter, transform, redact, and route data prior to indexing it in OpenSearch-managed clusters or serverless coll.. read more  

Amazon OpenSearch Service announces Amazon OpenSearch Ingestion
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

AWS Lambda adds support for Java 17

AWS Lambda now supports Java 17 as a managed runtime and container base image, offering new language features and performance improvements. - To deploy Lambda functions with Java 17, upload the code through the console, CLI, AWS SAM, or CloudFormation. - Existing functions can be migrated to Java 17.. read more  

AWS Lambda adds support for Java 17
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

Amazon S3 now applies two security best practices to all new buckets by default

Amazon S3 now applies two new default bucket security settings by automatically enabling S3 Block Public Access and disabling S3 access control lists (ACLs) for all new S3 buckets. - This change was firstannounced on December 13, 2022, begandeploying on April 5, 2023, and is now applied to all AWS R.. read more  

Amazon S3 now applies two security best practices to all new buckets by default
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

SaaS Observability Platforms: A Buyer’s Guide

Observability allows IT teams to gather data from various sources and gain a complete understanding of a system's behavior and health. - Adopting a full-stack observability platform can lead to improved user experience, better monitoring of SLA metrics, increased visibility over IT infrastructure, a.. read more  

Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

AWS Fargate monitoring: Collect logs, traces, and metrics in Grafana

The article discusses how Grafana can help monitor serverless environments, specifically AWS Fargate. - Serverless computing has taken off as a way to move away from the complexity and cost of physical servers and virtual machines. - Grafana helps monitor Fargate by collecting and sending metrics, l.. read more  

AWS Fargate monitoring: Collect logs, traces, and metrics in Grafana
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

Pion WebRTC v3.2.0 is now available

Pion WebRTC is a Go implementation of WebRTC. If you haven't used it before check outawesome-pionorexample-webrtc-applicationsfor what people are doing. This release includes 260 commits from 55 authors. It was primarily focused on providing more tools around understanding and handling network cond.. read more  

Pion WebRTC v3.2.0 is now available
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

Demystifying Golang Channels, Goroutines, and Optimal Concurrency

This article explores when concurrency in Golang is beneficial, and when there are diminishing returns. The author uses the Dispatcher -> Worker -> Job pattern to benchmark and compare results in different scenarios to determine when this pattern operates optimally under different types of loads. T.. read more  

Demystifying Golang Channels, Goroutines, and Optimal Concurrency