Skip to content

Commit d4b086b

Browse files
committed
fix snippets field to snippet
1 parent f70a0fa commit d4b086b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

snippets/functions/third-party/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,25 @@
2424
{
2525
"id": "fdf44706-adbe-4880-87b5-e9c28f6110af",
2626
"title": "Using AWS SES dependency",
27-
"snippets": "/awsSES.js",
27+
"snippet": "/awsSES.js",
2828
"description": "Sending an email with AWS SES. To authenticate with the AWS client, store your AccessKeyID and SecretAccessKey as values. Note: This is using AWS SDK v3."
2929
},
3030
{
3131
"id": "fdf44706-adbe-4880-87b5-e9c28f6110ag",
3232
"title": "Using AWS Kinesis dependency",
33-
"snippets": "/awsKinesis.js",
33+
"snippet": "/awsKinesis.js",
3434
"description": "Retrieving stream details with AWS Kinesis. To authenticate with the AWS client, store your AccessKeyID and SecretAccessKey as values. Note: This is using AWS SDK v3."
3535
},
3636
{
3737
"id": "fdf44706-adbe-4880-87b5-e9c28f6110aa",
3838
"title": "Retrieving from AWS S3 bucket",
39-
"snippets": "/awsS3GetObject.js",
39+
"snippet": "/awsS3GetObject.js",
4040
"description": "Retrieving from AWS S3 bucket with the bucket name and key. To authenticate with the AWS client, store your AccessKeyID and SecretAccessKey as values. Note: This is using AWS SDK v3."
4141
},
4242
{
4343
"id": "fdf44706-adbe-4880-87b5-e9c28f6110ab",
4444
"title": "Putting object in AWS S3 bucket",
45-
"snippets": "/awsS3PutObject.js",
45+
"snippet": "/awsS3PutObject.js",
4646
"description": "Putting an object into AWS S3 bucket with the bucket name and key. To authenticate with the AWS client, store your AccessKeyID and SecretAccessKey as values. Note: This is using AWS SDK v3."
4747
}
4848
]

0 commit comments

Comments
 (0)