Do you want to find out more about @AWSAmplify and how to use it? Check out my blog series! I just published part 7: https://t.co/9DU2n4T1A4
#AWS#Cloud#Analytics#Angular
Had a great time at the #awscommunitybuilders event at #reInvent2022. I got to meet Stuart Scott from @cloudacademy, who helped me get my Architect pro certificate (and many other builders).
Infrastructure AS code is obsolete. It's all about infrastructure FROM code now. I have some doubts about its applicability in certain situations. Nevertheless, it was a interesting session by @jeremy_daly at #reInvent2022
Part 3 of The @AWSAmplify blog series covers the many reasons you should consider using it and specific scenarios where it might be best to avoid it:
https://t.co/AUg3b1sMyG
๐จ Brand new tutorial! ๐จ
Learn how to use @AWSAmplify
Studio!
๐ฉโ๐ซ Get started
๐ฉ๐ผโ๐ป Extend with code
๐จ Theme with Figma
https://t.co/cX6TjhecEl
Yesterday, we launched a public preview of new UI development capabilities for React apps in the NEW Amplify Studio. โก
Import Figma designs to React code, and bind UI components to real data. All while maintaining full control over app code and behavior!
๐จ Introducing AWS Amplify Studio!
โ Export @figmadesign designs to React components built with Amplify UI library
โ Bind UI to backend data models
โ Easily extend generated React code
โ Admin UI is now part of Amplify Studio
Check it out: https://t.co/MstETgQZ5I
Day 2 of the @AWSAmplify Week of Extensibility series is here and it's a big one!๐
If the Amplify CLI doesnโt provide a specific AWS resource, no problem! `amplify add custom` lets you add any AWS resource using CDK!
Join me on Twitch today @ 2PM PST to learn more!
Join @renebrandel@codebeast and myself at 9PT on Twitch today as we kick off day 1 of our Week of Extensibility series on @AWSAmplify๐
Today we'll be showing off one of our most requested features: Overriding resources made by Amplify with the AWS CDK!
https://t.co/Rju7btmYAw
Lean AWS ๐ก
AWS Amplify & DynamoDB PartiQL
Don't forget to add double quotes (") around the FROM source when using sources that have dashes (-). Otherwise, you will get an error "unexpected from source".
Example: `SELECT * FROM \"users-dev\"`