Note: S3 is a file storage on AWS
Motivation:
We need functionality to upload a file (e.g. resume, syllabus, cover letter) from the pandadoc into our S3 bucket, but we need to know what format the pandadoc gives us the resume and cover letter and syllabus and such in and how to upload that into S3
Acceptance Criteria:
Figure out what format the pandadoc will send its files in. Then figure out how to call AWS SDK to upload a file. Take an output from a pandadoc call and in your own test method try to upload the file into our S3 bucket, and verify that it transfers correctly
Create an endpoint that accepts the file and calls aws sdk to upload it into our bucket. Test it E2E, let Sam or Ray know if you need AWS help
Note: S3 is a file storage on AWS
Motivation:
We need functionality to upload a file (e.g. resume, syllabus, cover letter) from the pandadoc into our S3 bucket, but we need to know what format the pandadoc gives us the resume and cover letter and syllabus and such in and how to upload that into S3
Acceptance Criteria:
Figure out what format the pandadoc will send its files in. Then figure out how to call AWS SDK to upload a file. Take an output from a pandadoc call and in your own test method try to upload the file into our S3 bucket, and verify that it transfers correctly
Create an endpoint that accepts the file and calls aws sdk to upload it into our bucket. Test it E2E, let Sam or Ray know if you need AWS help