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

"Even simple serverless applications have complex architecture diagrams", so what?

Serverless applications may have more complex architecture diagrams than their serverful counterparts, but this is because they offer a more honest representation of the true nature of the application. - In fact, serverless applications are often simpler to build and maintain, as much of the underly.. read more  

"Even simple serverless applications have complex architecture diagrams", so what?
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

Workarounds for AppSync Subscriptions triggers via Lambda functions

- ChatGPT provides a solution to achieve downstreaming patterns in applications by using the appropriate trigger, such as a database trigger, to invoke a Lambda function that parses the stream event and invokes theAppSyncsubscription. - The Lambda function can use the AWS SDK and AppSync Client SDK .. read more  

Workarounds for AppSync Subscriptions triggers via Lambda functions
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

Learn How to Write AWS Lambda Functions with Three Architecture Layers

This blog post discusses the importance of using the 'handler, logic, and data access layer' architectural pattern in AWS Lambda functions.The three layers ensure well-organized, reusable, and easy-to-maintain code. - The handler layeris responsible for handling input validation and returning output.. read more  

Learn How to Write AWS Lambda Functions with Three Architecture Layers
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

Zero to Serverless Car Insurance

Instil has shared some tips and insight for companies aiming to transition to a Serverless approach. - Encouraging a confident and Serverless "mindset" within the team is key, which involves educating lead engineers, instilling confidence in their decisions, and enabling developers to write the code.. read more  

Zero to Serverless Car Insurance
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

Serverless Search

Grafbase now supports Serverless Search, enabling users to easily add search to their applications without the need for integrations or server management. - Users can index, query and filter data stored within their Grafbase Database and take advantage of fuzzy search, typos and pagination. - The @s.. read more  

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

Serverless SQL for Azure Databricks is Generally Available

Serverless SQL for Azure Databricks is now generally available - It provides instant elastic compute for BI and SQL workloads - Enables organizations to expand lakehouse adoption to business analysts - Allows access to rich, real-time datasets with a simple and performant solution - and more!Here is.. read more  

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

Strategies for a Faster Lambda Development

Starting with AWS Lambda can be challenging, especially when optimizing and streamlining the development process. While running functions directly in the AWS Console is the simplest and quickest approach, it becomes tedious when adding packages, as it requires zipping and uploading them to the conso.. read more  

Strategies for a Faster Lambda Development
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

Building a serverless web application with Python and AWS Lambda

The tutorial covers how to create a serverless application in Python with CRUD operations using DynamoDB and best practices for creating serverless applications in Python, such askeeping functions small and using environment variables... read more  

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

Amazon SNS now supports message data protection in five additional regions

Amazon has expanded the availability of its Amazon Simple Notification Service (SNS) message data protection to five additional AWS Regions: - Asia Pacific (Hyderabad and Melbourne), - Europe (Spain and Zurich), - Middle East (UAE).The new feature employs pattern matching, machine learning models, a.. read more  

Amazon SNS now supports message data protection in five additional regions
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

AWS Lambda now supports AWS X-Ray tracing for SnapStart-enabled functions

AWS X-Ray can now trace and analyze Lambda functions enabled withLambda SnapStart. - Lambda SnapStart for Java can improve startup performance for latency-sensitive applications by up to 10x at no extra cost, typically with no changes to your function code. - X-Ray support allows for deeper visibili.. read more  

AWS Lambda now supports AWS X-Ray tracing for SnapStart-enabled functions