anatoly-scherbakov / geopatterns-demo

A demo for `geopatterns` Python library built with AWS Lambda and Terraform, to demonstrate a minimalistic example of a serverless app on Python.
https://anatoly-scherbakov.github.io/geopatterns-demo/
MIT License
1 stars 1 forks source link

Implement a "Share" button in Vue.js frontend #30

Open anatoly-scherbakov opened 2 years ago

anatoly-scherbakov commented 2 years ago

As per previous issues, the /share API endpoint was implemented which is capable of saving PNG files onto S3 bucket. Also, that bucket was made publicly available. Now, we can create a "Share" button on the front end which will present the HTTPS URL of the saved file so that the user can copy it and use it elsewhere (social networks, design software, Google Docs, ...).