Skip to content

miroapp/miro-terms-modal-dynamodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Miro Terms Modal Banner App (Web-SDK V2 & AWS DynamoDB)

The Miro Web SDK allows you to extend Miro functionality to customise it based on your company needs. In this guide we will show how to create a custom modal banner on your Miro boards that you can show to your users/attendees with any desired content and/or call to actions.

Using AWS S3 you can host your html files and serve them as regular web pages so they can load within Miro. In addition, you can also use AWS DynamoDB to add custom functionality to your Miro app to track which users have already accepted the modal, so that the modal does not re-appear again for those users. In this guide we will guide you on how to achieve this functionality using Miro and AWS S3 and DynamoDB.

To find detailed instructions please review the following guide:
https://drive.google.com/file/d/13fdsfiTGCBRWSmAv_7BuMBsWfg4_OWlO/view?usp=sharing

Important: this application uses various AWS services and there are costs associated with these services after the Free Tier usage - please see the AWS Pricing page for details. You are responsible for any AWS costs incurred. No warranty is implied in this example.

.
├── README.MD                   <-- This instructions file
├── readApp                     <-- Source code for the serverless backend ("Read" database Lambda function)
├── webassets                   <-- HTML and JavaScript files for the Miro app
├── writeApp                    <-- Source code for the serverless backend ("Write" database Lambda function)

Requirements

Installing the application

For a better understanding on how to set up and install this application please follow the steps on the PDF guide below:
https://drive.google.com/file/d/13fdsfiTGCBRWSmAv_7BuMBsWfg4_OWlO/view?usp=sharing

Support

If you have any questions or need assistance setting up this application, please reach out to your Miro Customer Success Manager or dedicated Miro Solutions Engineer.

About

Miro Terms Modal with Web-SDK V2 and AWS DynamoDB

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published