Setting up Provisioned Concurrency and XRay tracing

Open
#52 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Documentation
Clarity
Needs clarification
Activity status
Stale
Tech stack
aws
Domain
cloud

Research direction

The issue names no repository file, test, or entry point; start by locating the lambda-action deployment configuration and comparing it with AWS Lambda settings for TracingConfig and provisioned concurrency. Done means documenting a supported configuration or example that explains how both settings are applied successfully.

Written by the indexing model from the issue text.

Description

enhancement

How do I set up provisioned concurrency and xray tracing for my aws lambda function. I have tried adding these attributes to my stage that deploys the function but it did not work.

          TracingConfig: Mode=Active
          options: |
            {
              "provisionedConcurrentExecutions": 2
            }

Thanks in advance.

Dominant language
D2
Stars
435
Forks
57
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from appleboy/lambda-action

All issues in appleboy/lambda-action

Similar issues

More Cloud issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.