Skip to content

Commit

Permalink
bumped to version 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcasalboni committed Feb 25, 2020
1 parent a8c9bb2 commit 09af75d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions README-SAR.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ Please note that the total invocation time should stay below 300 seconds (5 min)

## CHANGELOG (SAR versioning)

* *3.2.3*: new dryRun input parameter
* *3.2.2*: upgraded runtime to Node.js 12.x
* *3.2.1*: improved scripts and SAR template reference
* *3.2.0*: support for weighted payloads
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ Please note that the total invocation time should stay below 300 seconds (5 min)

## CHANGELOG (SAR versioning)

* *3.2.3*: new dryRun input parameter
* *3.2.2*: upgraded runtime to Node.js 12.x
* *3.2.1*: improved scripts and SAR template reference
* *3.2.0*: support for weighted payloads
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-lambda-power-tuning",
"version": "3.2.2",
"version": "3.2.3",
"description": "Step Functions state machine generator for AWS Lambda Power Tuning",
"author": "Alex Casalboni <alex@cloudacademy.com>",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy-sar-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Resources:
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:451282441545:applications/aws-lambda-power-tuning
SemanticVersion: 3.2.2
SemanticVersion: 3.2.3

# Parameters:
# PowerValues: 128,256,512,1024,1536,3008 # default RAM values
Expand Down
2 changes: 1 addition & 1 deletion template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Metadata:
ReadmeUrl: README-SAR.md
Labels: ['lambda', 'power', 'state-machine', 'step-functions', 'optimization']
HomePageUrl: https://github.com/alexcasalboni/aws-lambda-power-tuning
SemanticVersion: 3.2.2
SemanticVersion: 3.2.3
SourceCodeUrl: https://github.com/alexcasalboni/aws-lambda-power-tuning

Parameters:
Expand Down

0 comments on commit 09af75d

Please sign in to comment.