Skip to content

Commit c0dd251

Browse files
committed
[DOCS] Adds references to FaaS documentation
1 parent 6a54adc commit c0dd251

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/connecting.asciidoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,3 +214,8 @@ def lambda_handler(event:, context:)
214214
)
215215
end
216216
------------------------------------
217+
218+
Resources used to assess these recommendations:
219+
220+
* https://cloud.google.com/functions/docs/bestpractices/tips#use_global_variables_to_reuse_objects_in_future_invocations[GCP Cloud Functions: Tips & Tricks]
221+
* https://docs.aws.amazon.com/lambda/latest/dg/best-practices.html[Best practices for working with AWS Lambda functions]

0 commit comments

Comments
 (0)