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
+1
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ Table of Contents:
33
33
|**[CORS Node](functions/cors-node/README.md)** <br/> A Node function which allows CORS requests. | node18 |[Serverless Framework]|
34
34
|**[CORS Python](functions/cors-python/README.md)** <br/> A Python function which allows CORS requests. | python310 |[Serverless Framework]|
35
35
|**[CORS Rust](functions/cors-rust/README.md)** <br/> A Rust function which allows CORS requests. | rust165 |[Serverless Framework]|
36
+
|**[Go Hello World](functions/go-hello-world/README.md)** <br/> A simple "hello world" example for Go | go118 |[Serverless Framework]|
36
37
|**[Go SQS Publish](functions/go-mnq-sqs-publish/README.md)** <br/> A Go function to publish messages to SQS. | go118 |[Serverless Framework]|
37
38
|**[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]|
38
39
|**[Image Transform](functions/image-transform-node/README.md)** <br/> A function that resizes images from an S3 bucket. | node16 |[Serverless Framework]|
0 commit comments