About 104,000 results
Open links in new tab
  1. Profiling your applications that run on AWS Lambda

    You can profile your Lambda functions running in Python if they are called often enough for CodeGuru Profiler to gather enough samples. CodeGuru Profiler collects data once per second, aggregated into 5-minute sampling buckets.

  2. Use AWS Lambda layers - Amazon CodeGuru Profiler

    There are two ways you can use layers to enable CodeGuru in Lambda functions using Python. The preferred method uses a wrapper script and only works for applications that run on Python 3.8 or 3.9.

  3. Integrating with Python - Amazon CodeGuru Profiler

    You can use Amazon CodeGuru Profiler to profile your Python application. Before you begin profiling your Python application, make sure your application is running on Python 3.6 or later.

  4. Improve the performance of Lambda applications with Amazon CodeGuru ...

    Aug 25, 2021 · Amazon CodeGuru Profiler recently began providing recommendations for applications written in Python. Additionally, the new automated onboarding process for Lambda functions makes it even easier to use CodeGuru Profiler with …

  5. Raising code quality for Python applications using Amazon CodeGuru

    Dec 4, 2020 · This post introduced how to leverage CodeGuru Reviewer to identify hard-to-find code defects in various issue categories and how to onboard your Python applications or Lambda function in CodeGuru Profiler for CPU profiling.

  6. GitHub - aws-samples/amazon-codeguru-suite-cdk-python

    The app is a simple lambda function that performs compute intensive tasks which will be analyzed using CodeGuru profiler. Deploy: Deploys the CDK app to the AWS account. The stack includes the application python code to be deployed in Lambda and as well the CodeGuru profiler resources for profiling.

  7. Amazon CodeGuruの超詳細解説 #AWS - Qiita

    Nov 8, 2023 · CodeGuru ProfilerをLambdaで作成したアプリケーションに適用するためには通常とは異なる手順をとる必要があります。 具体的にはFunction DecoratorとしてLambda関数のZipファイルに追加する、あるいはLambda関数の設定でCodeGuru Proflierを有効にする、の2パターンの手順が存在します。 Function Decoratorとして書く時の例は以下の通りです。 code_profiler_agentを記載して依存関係をLambda関数のZipファイルあるいはLambda …

  8. Amazon CodeGuru Profiler simplifies profiling for AWS Lambda

    Today, we are announcing a simpler way to enable Amazon CodeGuru Profiler for AWS Lambda functions that removes the need to change any code or redeploy packages. With this new approach, customers will simply add a layer to their AWS Lambda function using a well-known ARN, and then set environment variables to enable profiling.

  9. python - AWS Lambda: Enabling Code Profiling doesn't create CodeGuru

    Sep 4, 2023 · I have created a python lambda function (using python 3.8 runtime) by modifying the aws codeguru python sample project. My lambda function works perfectly as it should.

  10. Monitor your Lambda function's memory usage | AWS re:Post

    The Amazon CodeGuru Profiler integration for Lambda for JVM and Lambda for Python collects performance data on your applications. CodeGuru Profile is compatible with applications written in Java, Python 3.7 through 3.9, and JVM languages such as …

  11. Some results have been removed
Refresh