winglang/wing

Function `concurrency` prop - implementation for tf-aws and awscdk

Open

#4,389 建立於 2023年10月3日

在 GitHub 查看
 (7 留言) (3 反應) (0 負責人)TypeScript (214 fork)github user discovery
good first issue✨ enhancement🎨 sdk

倉庫指標

Star
 (5,385 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Feature Spec

https://www.winglang.io/contributing/rfcs/2023-01-20-wingsdk-spec#function The function's concurrency prop defines the maximum number of concurrent invocations of the function. (default is 10)

See more on: https://docs.aws.amazon.com/lambda/latest/dg/lambda-concurrency.html https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_function#reserved_concurrent_executions

Please make sure to:

  • add a test written in Wing,
  • add a test written in ts,
  • update the function documentation at libs/wingsdk/src/cloud/function.md

Use Cases

Running concurrent functions

Implementation Notes

No response

Component

No response

Community Notes

  • Please vote by adding a 👍 reaction to the issue to help us prioritize.
  • If you are interested to work on this issue, please leave a comment.
  • If this issue is labeled needs-discussion, it means the spec has not been finalized yet. Please reach out on the #dev channel in the Wing Slack.

貢獻者指南