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\"`
🚨 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
Here’s the thing that’s different about @AWSAmplify studio: the “low code” is developer-first. It creates real, human-readable React components that you can extend yourself.
I’ve been building apps with it for weeks now and it truly delivers on that promise!!!
Amplify Admin UI now supports importing existing Amazon Cognito User Pools & Identity Pools: Authorize user access in the Admin UI's data model, manage users & groups & use the imported auth resource across @awsamplify environments. https://t.co/4roNazWmSG
Lean AWS 💡
AWS CloudShell
AWS CloudShell is a browser shell where you can securely interact with AWS services. This can be handy when you manage multiple AWS accounts.
Read more 👇
https://t.co/PNt2cDpmkI
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\"`
Lean AWS 💡
DynamoDB Batch Get
When using the batchGet of the DynamoDB document client, you should remember that the result will be in the format of:
data.Responses.users-ENVIRONMENT
Don't forget the environment!
#aws#amplify#learning#developer#developerlife#dynamodb