Agenda
AWS Amplify Amplify
Storage
Bringing all
together
01 02 03
Slide 4
Slide 4 text
01
AWS
Amplify
Slide 5
Slide 5 text
AWS Amplify
Amplify Libraries
Library components for
supporter platforms
CLI Tool for
managing Amplify
Hosting service for web
applications
Amplify CLI
Amplify Studio
Amplify Hosting
Low-code/No-code tool
for building backend and
UIs
Slide 6
Slide 6 text
Amplify Flutter
Analytics
Mobile only
Push Notifications
Authentication
Rest API
GraphQL API
Storage
Datastore
(mobile only)
Slide 7
Slide 7 text
Learn More about Amplify
Official Docs Getting Started Sample App
Slide 8
Slide 8 text
Amplify
Storage
02
Slide 9
Slide 9 text
AWS Amplify storage module
provides a simple mechanism for
managing user content for your
app in public, protected or private
storage buckets.
Slide 10
Slide 10 text
A bucket is a container
for objects stored in
Amazon S3.
Bucket
An object key (or key
name) is the unique
identifier for an object
within a bucket
Key
Auditing and managing
access to your buckets
and objects
Access Management
Concepts
Slide 11
Slide 11 text
Capabilities
Copy/Move
Upload
Download
List
Remove
Lambdas
Slide 12
Slide 12 text
Private
Readable and writable only by the
creating user
Guest
Accessible by all users of your
application
Protected
Readable by all users, but only
writable by the creating user