Model Development

AWS Amplify uses a role-based development model for building apps.

Three Roles

Benefits of Serverless

A Berkeley study showed that serverless architectures can reduce development time by 77% compared to traditional server management.

Amplify Init

amplify init

# Select:
# - Project name
# - Environment name (dev/prod)
# - Default editor
# - App type (javascript)
# - Framework (react-native)
# - Build command
# - Start command

# Then push to create cloud resources:
amplify push