Skip to content

Commit

Permalink
feat(lambda): remove experimental status from lambda (#2815)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardobridge authored Jun 10, 2024
1 parent cc95ef2 commit acbbd3a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/artillery/lib/platform/aws-lambda/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,7 @@ class PlatformLambda {
}

async init() {
artillery.log(
'NOTE: AWS Lambda support is experimental. Not all Artillery features work yet.\nFor details please see https://docs.art/aws-lambda'
);
artillery.log();
artillery.log('λ Creating AWS Lambda function...');
artillery.log('λ Preparing AWS Lambda function...');

await setDefaultAWSCredentials(AWS);
this.accountId = await getAccountId();
Expand Down

0 comments on commit acbbd3a

Please sign in to comment.