cds-snc / simplify-privacy-statements-V2

starter-app repo based version of privacy app.
https://simplify-privacy-statements.alpha.canada.ca
MIT License
5 stars 1 forks source link

feat: generate and download file from /tmp #221

Closed patheard closed 1 year ago

patheard commented 1 year ago

Summary

Update the app code so that it generates and downloads the policy from the /tmp folder.

This is being done so that the app can run as a Lambda function which only allows writing to the /tmp directory.

patheard commented 1 year ago

This has now been incorporated in the mainline work.