-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathread-me.txt
More file actions
12 lines (12 loc) · 719 Bytes
/
read-me.txt
File metadata and controls
12 lines (12 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
Startup tasks:
1: Create stack in cloud formation using assignment3.yaml
2: Create photo index within OpenSearch domain photos
3: Add OpenSearch layer to lf1
4: Update lf1 and lf2 with OpenSearch domain photos url if needed.
5: After the stack is created, look at P1->Edit->Deploy, verify that DeployLF1 and DeployLF2 are pointing
to the lambda function in the function-name section.
6: After step 5, edit the deploy stage of P2 to point to the front end bucket
7: In apigClient.js, update the line
var invokeUrl = 'https://<api gateway id>.execute-api.us-east-1.amazonaws.com/Stage1';
so that it contains the id of the new api gateway.
8: Update cors policies in API gateway