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

Why AI Will Save the World

AI will not destroy the world and, in fact, has the potential to greatly benefit humanity by augmenting human intelligence and improving various aspects of life, from education to healthcare to scientific research. The current panic surrounding AI is driven by a combination of irrational fear and se.. read more  

Why AI Will Save the World
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

AWS SAM CLI announces remote invoke feature for AWS Lambda

The AWS Serverless Application Model (SAM) CLI introduces the remote invoke command, allowing developers to quickly test their AWS Lambda functions deployed in the AWS cloud. This feature, available in SAM CLI version 1.88.0+, enables users to invoke Lambda functions with various options and elimina.. read more  

AWS SAM CLI announces remote invoke feature for AWS Lambda
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Announcing the AWS Amplify UI Builder Figma plugin

AWS Amplify introduces the UI Builder Figma plugin, allowing design and development teams to collaborate seamlessly in Figma. This plugin enables users to generate React code from designs within Figma, providing a live preview and easy integration into applications... read more  

Announcing the AWS Amplify UI Builder Figma plugin
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

AWS launches AWS AppSync abstraction

Serverless application developers can now simplify the process of building AppSync powered applications in AWS Serverless Application Model (AWS SAM) by using the new AWS::Serverless::GraphQLApi resource abstraction. This resource type allows users to define an AppSync GraphQL API in a single resour.. read more  

AWS launches AWS AppSync abstraction
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Implementing GCP VPC Service controls using Terraform (Terragrunt)

VPC Service Controls is a powerful security feature offered by Google Cloud Platform that allows you to create a service perimeter to control communication within and across Google-managed resources. By defining ingress and egress rules, you can regulate access to resources and protect against unaut.. read more  

Implementing GCP VPC Service controls using Terraform (Terragrunt)
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

AWS Lambda supports starting from timestamp for Kafka event sources

AWS Lambda now supports starting from a specific timestamp when using Amazon Managed Streaming for Apache Kafka (MSK) or Self-Managed Kafka as an event source. This allows for precise processing of messages at a desired point in time, beneficial for scenarios like Disaster Recovery. The feature incu.. read more  

AWS Lambda supports starting from timestamp for Kafka event sources
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Creating Customized Kubernetes Pod Templates using Groovy in Jenkins Pipeline

DevOps allows for modularization of processes throughout the project, reducing the risk of errors and enabling developers to focus on code writing and delivering digital services. By implementing a customizable Kubernetes Pod template and using a Groovy pipeline code, developers can optimize Jenkins.. read more  

Creating Customized Kubernetes Pod Templates using Groovy in Jenkins Pipeline
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

New report: State of Kubernetes Cost Optimization

The inaugural State of Kubernetes Cost Optimization report provides insights and best practices for running cost-efficient clusters in the public cloud without compromising performance or reliability. The report highlights the importance of setting resource requests for workloads and offers tools to.. read more  

New report: State of Kubernetes Cost Optimization
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Utilizing AWS Serverless stack for webhook delivery at scale

Solaris performs massive amounts of processes, including asynchronous tasks that require notification upon completion. They employ a publisher-subscriber model to deliver millions of messages per day to partners, but their legacy solution faced limitations in scalability. To address this, they redes.. read more  

Utilizing AWS Serverless stack for webhook delivery at scale
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Tune if you want to go faster

Moonpig, a heavy user of AWS Lambda, shares their recent findings on Lambda performance and cost tuning. They emphasize the importance of right-sizing functions by considering memory allocation, CPU profiles, and asynchronous versus synchronous workloads. They also highlight the benefits of using AW.. read more  

Tune if you want to go faster