FrontEnd Development
28.4K subscribers
144 photos
1 video
8.36K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile и многое другое.

Администратор: @andrey2019
Download Telegram
How to Set Up AWS Organizations with Google Suite SAML SSO

How to setup simplified AWS account management, with centralized billing and resource sharing, authenticated with G Suite as identity provider. - http://amp.gs/2IUR

#aws #sso
What a typical 100% Serverless Architecture looks like in AWS

Xavier Lefèvre shares what a typical 100% serverless architecture looks like (AWS, Serverless, Node). - http://amp.gs/2lQC

#aws
Serverless Express: Easy APIs on AWS Lambda and AWS HTTP API

A component for Serverless Framework focused on deploying Node Express.js-powered APIs to AWS Lambda and serving them up via API Gateway’s new HTTP API approach. Seems pretty slick. - http://amp.gs/2Pdq

#nodejs #aws #lambda
The AWS Bill Heard Around The World

We mentioned the Twitter thread about the surprise $2700 AWS bill recently but here’s a proper write up. It’s more nuanced than you think and might have exposed a bug. - http://amp.gs/Fcd5

#aws
AWS Lambda Adds Container Image Support

And AWS uses Node in this post to show off the new feature. AWS Lambda is a serverless platform where you upload code and then it can be executed on a ‘pay as you go’ basis. Supporting containers might feel better to many developers wary of Lambda’s usual ‘upload a ZIP file’ approach. Lambda also now bills in 1 millisecond increments with a 1 millisecond minimum, so it may be worth another look. - http://amp.gs/oa6q

#nodejs #aws
How to Deploy a Node App to AWS Fargate with Auto-Scaling

If full on AWS Lambda isn’t for you, maybe AWS Fargate (basically a serverless compute engine for containers) could get you running serverlessly without a huge paradigm shift. - http://amp.gs/ocVb

#nodejs #aws
How to Build a Full Stack App with AWS Amplify and React

A step-by-step tutorial on building a full-stack app with AWS Amplify tool and React, that includes loads of features that allow you to quickly and easily work with other AWS services and spend more time building the features that make your app unique. - http://amp.gs/MtsE

#aws #react
Deploying a Node App to Amazon Elastic Kubernetes Service (EKS) - http://amp.gs/cozN

#nodejs #aws
Top 9 AWS Features for Web Developers: Recently Announced

The Amazon Web Services(AWS) unveils the latest services and improvements to the world, which are useful for web developers in web application development in early 2021. - http://amp.gs/6uro

#aws
How We Debugged And Fixed EMFILE: too many files open on AWS Lambda

When running a Node based function, the author’s team kept running into this error oriented around the use of file descriptors. Luckily, the fix was pretty simple. - http://amp.gs/jI4PO

#nodejs #aws
Building an online store with React, AWS, and Stripe

This article provides a step-by-step guide to building an Online Book Store that uses a React frontend, AWS serverless backend, and Stripe for payment processing and shows you how all these technologies fit together to create a secure, scalable, and cost-effective real-world architecture. - http://amp.gs/jI2my

#aws #react #stripe
Build Serverless APIs with Node.js and AWS Lambda

An introductory look at how to create and deploy Lambda functions with Node and AWS SAM. - http://amp.gs/jlUD3

#nodejs #aws
An Introduction to AWS CloudFront Functions

CloudFront Functions allow you to deploy serverless JS functions to AWS’ network of edge locations to be executed as close as possible to end-users. Sounds like Lambda@Edge? The author explains the difference there too. - http://amp.gs/jlO4t

#aws
Cloudscape: A React Component Design System from AWS

Built for and used by Amazon Web Services, you currently get 66 components covering all the usual bases, opinionated guides to design best practices, and lots of demos. - http://amp.gs/jGBJw

#react #aws
Using Private GitHub npm repositories in AWS CodeBuild - http://amp.gs/jGrqB

#github #aws