The CDK Construct Library for AWS::CodeGuruProfiler
Project description
AWS::CodeGuruProfiler Construct Library
---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
Close
Hashes for aws-cdk.aws-codeguruprofiler-1.97.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30b5f611e87d098b654debf9659a41607faf6cfa8b4c4edef7ee03f8c26b5782 |
|
MD5 | dc3e0bfae989ad6b5aa91eef6b4fae86 |
|
BLAKE2b-256 | a5a22d1be2f457478bc1f390b486ca396ffaa18d8ec02aa2091f4e3bfb5c753b |
Close
Hashes for aws_cdk.aws_codeguruprofiler-1.97.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5d60f0c6ade73b317f635c94a5f91972042159136e42bc5972c219c6b9eb195 |
|
MD5 | ce9598900f76043ad30cb98001c854de |
|
BLAKE2b-256 | aeaba758757841193b23151ba284aeffb12d22f272c89f8722a66aaa2442ab03 |