You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Table of Contents:
18
18
-[Examples](#examples)
19
19
-[🚀 Functions](#-functions)
20
20
-[📦 Containers](#-containers)
21
-
-[⚙️ Jobs](#-jobs)
21
+
-[⚙️ Jobs](#️-jobs)
22
22
-[💬 Messaging and Queueing](#-messaging-and-queueing)
23
23
-[💜 Projects](#-projects)
24
24
-[Contributing](#contributing)
@@ -41,6 +41,7 @@ Table of Contents:
41
41
|**[Go MultiPart Upload to S3](functions/go-upload-file-s3-multipart)** <br/> A function to upload file from form-data to S3. | go120 |[Serverless Framework]|
42
42
|**[Image Transform](functions/image-transform-node/README.md)** <br/> A function that resizes images from an S3 bucket. | node22 |[Serverless Framework]|
43
43
|**[Image Transform with triggers](functions/trigger-image-transform-node/README.md)** <br/> A function that resizes images from an S3 bucket and use SQS triggers to smooth traffic. | node20 |[Serverless Framework]|
44
+
|**[Node Terraform](functions/node-terraform/README.md)** <br/> A simple example of deploying a Node Serverless function using Terraform. | node22 |[Terraform]|
44
45
|**[Node MultiPart Upload to S3](functions/node-upload-file-s3-multipart/README.md)** <br/> A function to upload file from form-data to S3. | node19 |[Serverless Framework]|
45
46
|**[PHP write to S3](functions/php-s3/README.md)** <br/> A PHP function that connects to, and writes to an S3 bucket. | php82 |[Terraform]|
46
47
|**[PostgeSQL Node](functions/postgre-sql-node/README.md)** <br/> A Node function to connect and interact with PostgreSQL database. | node18 |[Serverless Framework]|
0 commit comments