Skip to content

Commit

Permalink
adding app demo
Browse files Browse the repository at this point in the history
  • Loading branch information
horeaporutiu committed Feb 21, 2024
1 parent 63c83a7 commit 929ce92
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions examples/terms-modal-banner-s3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,12 @@ https://github.com/miroapp/app-examples/assets/10428517/1e6862de-8617-46ef-b265-

```
.
├── webassets <-- HTML and JavaScript files for the Miro app
├── getSignedURL <-- Source code for the serverless backend
├── samconfig.toml <-- Configuration code for AWS SAM (AWS Serverless Application Model)
├── getSignedURL <-- Source code for the serverless backend.
│ └── app.js // The code to add userID to S3 bucket once user accepts terms.
├── webassets <-- HTML and JavaScript files for the Miro app.
│ ├── app.html // The code which uses Miro WebSDK to open the modal for the user.
│ └── modal.html // The code which serves as the UI for the terms which the user will accept.

├── template.yaml <-- The yaml code used to generate AWS resources via AWS SAM.
```
Expand Down

0 comments on commit 929ce92

Please sign in to comment.