The CDK Construct Library for AWS::CodeGuruProfiler
Project description
AWS::CodeGuruProfiler Construct Library
---All classes with the
Cfn
prefix in this module (CFN Resources) are always stable and safe to use.
Amazon CodeGuru Profiler collects runtime performance data from your live applications, and provides recommendations that can help you fine-tune your application performance.
Installation
Import to your project:
# Example automatically generated. See https://github.com/aws/jsii/issues/826
import aws_cdk.aws_codeguruprofiler as codeguruprofiler
Basic usage
Here's how to setup a profiling group and give your compute role permissions to publish to the profiling group to the profiling agent can publish profiling information:
# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
# The execution role of your application that publishes to the ProfilingGroup via CodeGuru Profiler Profiling Agent. (the following is merely an example)
publish_app_role = Role(stack, "PublishAppRole",
assumed_by=AccountRootPrincipal()
)
profiling_group = ProfilingGroup(stack, "MyProfilingGroup")
profiling_group.grant_publish(publish_app_role)
Compute Platform configuration
Code Guru Profiler supports multiple compute environments.
They can be configured when creating a Profiling Group by using the computePlatform
property:
# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
profiling_group = ProfilingGroup(stack, "MyProfilingGroup",
compute_platform=ComputePlatform.AWS_LAMBDA
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for aws-cdk.aws-codeguruprofiler-1.66.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 893c7fa1e877d8becf1d2a1a4dbd4ddd018d7e7dc0439e1c468f4303955ade50 |
|
MD5 | 573e8782a4bafc620d8732fe6191648c |
|
BLAKE2b-256 | a98bcbf355a5db9475e95d0eca2efb25f6a5a56539a72d1980cc05c270b14209 |
Hashes for aws_cdk.aws_codeguruprofiler-1.66.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2d04849d23c8666c1244e0f959049a425ca42cafbbab83fbbae0062d816f7cf |
|
MD5 | a70d75f86964e64294954b7033f7644d |
|
BLAKE2b-256 | 1b1bc4cbe155b54a8279af014ece1a216d62d7191af96b4e308f899a8716d017 |