Skip to content

Commit

Permalink
bumped to version 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcasalboni committed Jun 17, 2020
1 parent 430dbe0 commit b416b3d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions README-SAR.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ Initializer, cleaner, analyzer, and optimizer are executed only once, while the

## CHANGELOG (SAR versioning)

* *3.3.2*: weighted payloads bugfix (for real)
* *3.3.1*: weighted payloads bugfix
* *3.3.0*: Pre/Post-processing functions, correct regional pricing, customizable execution timeouts, and other internal improvements
* *3.2.5*: improved logging for weighted payloads and in case of invocation errors
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ import sam = require('@aws-cdk/aws-sam');
new sam.CfnApplication(this, 'powerTuner', {
location: {
applicationId: 'arn:aws:serverlessrepo:us-east-1:451282441545:applications/aws-lambda-power-tuning',
semanticVersion: '3.3.1'
semanticVersion: '3.3.2'
},
parameters: {
"lambdaResource": "*",
Expand Down Expand Up @@ -331,6 +331,7 @@ Initializer, cleaner, analyzer, and optimizer are executed only once, while the

## CHANGELOG (SAR versioning)

* *3.3.2*: weighted payloads bugfix (for real)
* *3.3.1*: weighted payloads bugfix
* *3.3.0*: Pre/Post-processing functions, correct regional pricing, customizable execution timeouts, and other internal improvements
* *3.2.5*: improved logging for weighted payloads and in case of invocation errors
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3.1",
"version": "3.3.2",
"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.3.1
SemanticVersion: 3.3.2

# 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.3.1
SemanticVersion: 3.3.2
SourceCodeUrl: https://github.com/alexcasalboni/aws-lambda-power-tuning

Parameters:
Expand Down

0 comments on commit b416b3d

Please sign in to comment.