AWS Notes
4.32K subscribers
209 photos
25 videos
10 files
2.32K links
AWS Notes — Amazon Web Services Educational and Information Channel

Chat: https://t.me/aws_notes_chat

Contacts: @apple_rom, https://www.linkedin.com/in/roman-siewko/
Download Telegram
Реализация React на GraphQL с помощью AWS:

https://aws.amazon.com/blogs/mobile/aws-appsync-offline-reference-architecture/

Если вы связаны с фронтенд-разработкой, то обязательно гляньте возможности сервисов AWS AppSync и Amplify DataStore, которые помогают строить современные мобильные приложения любой сложности.

#Amplify #AppSync
​​Serverless голосовалка как пример использования AWS Amplify:

https://github.com/dabit3/this-or-that

Посмотреть действующий экземпляр (и проголосовать) можно здесь:

https://www.thisorthat.cloud/serverless-or-containers

А также создать свою голосовалку там же или развернуть такую же у себя.

#Amplify #Serverless
Отличная статья про фронт разработку вообще и про AWS Amplify в частности:

https://www.swyx.io/writing/hello-aws/

Часто рекомендую попробовать Amplify, а тут удачно плюс профессионально и, насколько это возможно, объективно, рассказывается, как и почему этот сервис у Амазона особенно удался.

#Amplify
​​Отличные видео с вебинаров на русском по Amplify:

https://emea-resources.awscloud.com/rus-ua-cis-webinars-2020-awsmobilewebday1

AWS архитекты Евгений Красиков и Сергей Курсон расскали и показали, что даёт AWS Amplify в разработке фронту.

Последнее видео от Дмитрия Реактнативного с его подробным пошаговым примером разработки современного real-time мобильного приложение на Amplify DataStore.

Кто по части фронта — очень рекомендую ознакомиться, высочайший уровень, подробно и понятно.

Также добавлю, что есть телеграм-чат по AWS Amplify:

https://t.me/awsamplify

Все вопросы по Amplify и сопуствующим serverless темам стоит задавать там.

#Amplify
​​У Amazon Sumerian есть свой канал:

https://www.youtube.com/channel/UCm1ec-SgYpZO_4dCE_7h48g

Где можно посмотреть и по подробным видео-туториалам можно реализовать свои задумки по этой технологии.

В качестве примера можно посмотреть видео по Amplify DataStore, которое сделано с помощью Sumerian.

#Sumerian #Amplify
Автоматическое создание поддоменов для Amplify проектов:

https://aws.amazon.com/blogs/mobile/automatically-create-and-delete-custom-sub-domains-for-your-branch-deployments-with-amplify-console/

Для каждой ветки автоматически создаётся поддомен, что даёт возможность сразу протестировать сделанное. После удаления ветки — домен также автоматически пропадает. Удобнейшая фича!

#Amplify
​​Amplify окрутел настолько, что теперь работает без AWS аккаунта — Amplify Admin UI :

https://aws.amazon.com/blogs/aws/aws-amplify-admin-ui-helps-you-develop-app-backends-no-cloud-experience-required/

#Amplify
Онлайн-магазин на React+Stripe+Amplify:

https://blog.bitsrc.io/how-to-build-an-online-store-with-react-aws-and-stripe-95413e6ce727

I will guide you through building an Online Book Store that uses a React frontend, AWS serverless backend, and Stripe for payment processing.

#Amplify #tutorial
​​Amplify Framework in action:

https://klika-tech.com/blog/2021/08/19/creating_whole_modules_in_a_few_lines

A common project is mobile application development for controlling devices, the back-end inside docker containers, and web admin interfaces for customer management and maintenance. Exactly this admin panel should be secured by authentication, the associates should be able to register only from the corporate emails and use them as a username after that. So the solution has the following parts:
▪️ The mobile application
▪️ The back-end, hosted as containers in AWS Elastic Container Service (ECS)
▪️ RESTful API, worked throw Elastic Load Balancer (ELB)
▪️ WEB front-end, based on the React framework

#Amplify
​​Amplify воркшоп по теме аналитики, затрагивает много сервисов, в том числе Kinesis, Athena и Quicksight:

https://amplify-analytics.workshop.aws/00-intro.html

This workshop is designed for Web Developers, Product Managers and Analysts, who want to learn how to:
▪️ create and deploy React web application and backend services with authentication and GraphQL API using AWS Amplify
▪️ set up web analytics and send event-based email campaigns with Amazon Pinpoint
▪️ set up recommendations and use them in email campaigns and in web application with Amazon Personalize
▪️ create custom analytics pipeline to collect events and create custom dashboards to analyze these events with Amazon Kinesis and Amazon QuickSight

#Amplify #workshop
Amplify Gen 2

https://aws.amazon.com/blogs/mobile/amplify-gen2-ga/

With Amplify Gen 2, every part of your app’s cloud backend is defined in TypeScript. Need an Auth backend? TypeScript. Data backend? TypeScript. Storage backend? TypeScript. Everything is defined in TypeScript. What’s not changing? Amplify is built by and on AWS, giving you the ability to add any of the 200+ AWS services when you need to. Including generative AI services such as Amazon Bedrock? You guessed it: TypeScript.

#Amplify