FrontEnd Development
30.8K subscribers
145 photos
1 video
9.33K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
Working With AWS Route 53 from Node

Route 53 is Amazon Web Services’ suite of DNS-related services. Like every AWS service, you can control it via an API, and here’s how to manipulate hosted zones from Node. - http://amp.gs/3l9g

#nodejs #aws
Amazon Web Services Described in One Line Each

The almost 200 services available on AWS now provide a dizzying amount of features to developers, admins, and analysts alike, and while this list of simple descriptions for each service isn’t perfect, it may help! - http://amp.gs/HbJk

#aws
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