|
24 | 24 | {
|
25 | 25 | "id": "fdf44706-adbe-4880-87b5-e9c28f6110af",
|
26 | 26 | "title": "Using AWS SES dependency",
|
27 |
| - "snippets": "/awsSES.js", |
| 27 | + "snippet": "/awsSES.js", |
28 | 28 | "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."
|
29 | 29 | },
|
30 | 30 | {
|
31 | 31 | "id": "fdf44706-adbe-4880-87b5-e9c28f6110ag",
|
32 | 32 | "title": "Using AWS Kinesis dependency",
|
33 |
| - "snippets": "/awsKinesis.js", |
| 33 | + "snippet": "/awsKinesis.js", |
34 | 34 | "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."
|
35 | 35 | },
|
36 | 36 | {
|
37 | 37 | "id": "fdf44706-adbe-4880-87b5-e9c28f6110aa",
|
38 | 38 | "title": "Retrieving from AWS S3 bucket",
|
39 |
| - "snippets": "/awsS3GetObject.js", |
| 39 | + "snippet": "/awsS3GetObject.js", |
40 | 40 | "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."
|
41 | 41 | },
|
42 | 42 | {
|
43 | 43 | "id": "fdf44706-adbe-4880-87b5-e9c28f6110ab",
|
44 | 44 | "title": "Putting object in AWS S3 bucket",
|
45 |
| - "snippets": "/awsS3PutObject.js", |
| 45 | + "snippet": "/awsS3PutObject.js", |
46 | 46 | "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."
|
47 | 47 | }
|
48 | 48 | ]
|
|
0 commit comments