Closed rbruhn closed 1 week ago
Created subscription filters of Lambda SNS Notification for production, development, and local environments. Confirmed the filters work so the servers get the right notifications. Created S3 bucket for biospex-loc.
{
"responsePayload": {
"body": {
"bucket": ["biospex-app"] // biospex-dev, biospex-loc
}
}
}
Work on filter for subscriptions. Remove env variable in index.js for imageProcessExport function.