Matt Morganfor#100DaysOfCloudspicy-planes-research-45.hashnode.net·Aug 11, 2021FeaturedBuilding Real-Time Serverless Web Applications with AWS API Gateway WebSocket APIsReal-Time Serverless Applications on AWS WebSocket technology has been around for nearly a decade and has become the standard for providing real-time web interactions without a need for special client software (beyond a browser) or polling operation...Discuss·228 likes·3.5K readsAWSvery informative 12
Coner Murphyconermurphy.hashnode.net·Jan 13, 2022FeaturedHow to Leverage Fauna and Next.JS to Build a Twitter Account Engagement ApplicationIn this blog post, we are going to be looking at how we can use Fauna, Next.js, GraphQL, and the Twitter V2 API to create a web application that demonstrates everything you need to get started with Fauna and Next.js using GraphQL. You may be asking, ...Shadid Haque and 5 others are discussing this6 people are discussing thisDiscuss·203 likes·788 readsNext.js
Tapas Adhikaryatapas.hashnode.net·Aug 28, 2021FeaturedCreate a Newsletter app with Twitter Revue, Next.js API Routes, and TailwindcssHey there 👋, do you like to learn from video tutorials? This article is also available as video content. https://www.youtube.com/watch?v=XbtgjxWFssQ Please feel free to subscribe for the future content Do you have an email newsletter, or consider ...Olubisi Idris Ayinde and 13 others are discussing this14 people are discussing thisDiscuss·190 likes·5.8K readsBuild with Next.jsNext.jsNice article Tapas Adhikary. Loved it An other important point that can be added here👆 is API key will be exposed to the client which can be obtained easily by inspecting network requests. 6
Oscar Cortes Brachoolcortesb.hashnode.net·Apr 25, 2023AWS sam: test en local ApiGateway Lambda authorizerEn post anteriores comentaba las posibilidades que ofrece AWS sam para probar localmente nuestras Apis Con Dynamo DB y Generando Logs Localmente. En la última actualización de AWS sam, se agregó una funcionalidad muy util que es la posibilidad de pro...DiscussAWS
Matthias Brunsmatthiasbruns.hashnode.net·Apr 25, 2023Running multiple Golang AWS lambda functions on ARM64 with serverless.comYou are looking to use serverless.com for Golang lambda deployments or want to switch to arm64 images? This article will guide you through the process and point out some limitations and things to consider. TL;DR; Using ARM64 runtimes with serverless....DiscussGo Language
Krutika SharmaforCodeOps Technologies Blogcodeops-blog.hashnode.net·Apr 25, 2023A Complete Guide on Deploying AWS Lambda using Serverless FrameworkAlthough our goal is to build an entire project, I have made all my blogs independent of each other, you can still read this blog if you need complete information on depoying a AWS lambda function using Serverless Framework. Alright, if you have been...Discussaws lambda
Tobias Müllerserverlessly.hashnode.net·Apr 24, 2023Casual data engineering, or: A poor man's Data Lake in the cloud - Part IIn the age of big data, organizations of all sizes are collecting vast amounts of information about their operations, customers, and markets. To make sense of this data, many are turning to data lakes - centralized repositories that store and manage ...Discuss·1.1K readsAWS
Durgadas Kamathdurgadas.hashnode.net·Apr 24, 2023Event-Driven Messaging Made Easy with Amazon SQS, SNS, and EventBridgeAs businesses scale up and expand, their IT infrastructure can become increasingly complex. A growing number of systems, applications, and services can lead to a lack of visibility and control, which in turn can hamper operations and lead to poor cus...DiscussAWS
Martijn Sturmmartijn-sturm.hashnode.net·Apr 23, 2023Data Engineering on AWS: Best Practices OverviewThis blog post contains a listing of best-practices for data engineering on AWS. I will try to update this post regularly with new insights and best practices. Please note that this is not an exhaustive list. Am I missing an important one? Please let...DiscussHow to Data Engineering on AWSdata-engineering
James Millerjamesmillerblog.hashnode.net·Apr 23, 2023How to add Amazon Cognito Auth to a Web App (part 4)Intro In my last post, I explained how Amazon Cognito is integrated into the Front End, to allow content to become visible to users that have gone through the Auth process as shown in the below demo 👇 In this post, I’ll explain how this same proces...DiscussAWS
Vu Daovumdao.hashnode.net·Apr 23, 2023Manage IAM Access Key Of AWS Service Connection In Azure Devops PipelineAbstract Service Connection represents a Service Principal in Azure DevOps, an identity which uses Headless authentication. We create a connection from Azure Pipelines for external and remote services to execute tasks in a job. Once you establish a...Discusssimflexcloud
Vu Daovumdao.hashnode.net·Apr 23, 2023CDK CloudWatch Auto AlarmsAbstract For observability, Amazon CloudWatch is one of the options to collect and track metrics as well as provide alerts based on the metric threshold setting. Especially when you don't want to use external monitoring and observability tools such ...Discussaws-cdk
Frederick Hofreddyho.hashnode.net·Apr 23, 2023Automated API tests with Postman using AWS Lambda - Part 1Introduction In this two-part blog post, I'm going to show you how you can run a Postman collection in an AWS Lambda function to test your APIs. Postman is a tool that can be used to test APIs. These Postman tests can be exported into a Postman colle...Discuss·1 like·78 readsaws lambda