forked from alexgibs/StaticS3Deploy
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathlambda-test-event-example.json
More file actions
33 lines (33 loc) · 1021 Bytes
/
lambda-test-event-example.json
File metadata and controls
33 lines (33 loc) · 1021 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"CodePipeline.job": {
"id": "11111111-abcd-1111-abcd-111111abcdef",
"accountId": "111111111111",
"data": {
"actionConfiguration": {
"configuration": {
"FunctionName": "MyLambdaFunctionForAWSCodePipeline",
"UserParameters": "{ \"artifact\":\"MyApp\", \"s3StaticSiteBucket\":\"fuzzy-telegram/beta\", \"s3StaticSiteBucketRegion\":\"us-east-1\", \"sourceDirectory\": \"public/assets\"}"
}
},
"inputArtifacts": [
{
"location": {
"s3Location": {
"bucketName": "codepipeline-us-east-1-goeshere/Some/Directory",
"objectKey": "942nGBo.zip"
},
"type": "S3"
},
"revision": null,
"name": "MyApp"
}
],
"outputArtifacts": [],
"artifactCredentials": {
"secretAccessKey": "SECRET-ACCESS-KEY",
"accessKeyId": "ACCESS-KEY-ID"
},
"continuationToken": "A continuation token if continuing job"
}
}
}