Skip to content

Commit

Permalink
bumped to version 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcasalboni committed Dec 2, 2020
1 parent 9fb7dbb commit 9349f38
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README-DEPLOY.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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.4.0'
semanticVersion: '3.4.1'
},
parameters: {
"lambdaResource": "*",
Expand Down
3 changes: 2 additions & 1 deletion README-SAR.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,8 @@ Initializer, cleaner, analyzer, and optimizer are executed only once, while the

From most recent to oldest, with major releases in bold:

* *3.4.0* (2020-12-01): 1ms billing
* *3.4.1* (2020-12-02): permissions boundary support
* ***3.4.0*** (2020-12-01): 1ms billing
* *3.3.3* (2020-07-17): payload logging bugfix for pre-processors
* *3.3.2* (2020-06-17): weighted payloads bugfix (for real)
* *3.3.1* (2020-06-16): weighted payloads bugfix
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ Power Tuner UI repository: [mattymoomoo/aws-power-tuner-ui](https://github.com/m

From most recent to oldest, with major releases in bold:

* *3.4.0* (2020-12-01): 1ms billing
* *3.4.1* (2020-12-02): permissions boundary support
* ***3.4.0*** (2020-12-01): 1ms billing
* *3.3.3* (2020-07-17): payload logging bugfix for pre-processors
* *3.3.2* (2020-06-17): weighted payloads bugfix (for real)
* *3.3.1* (2020-06-16): weighted payloads bugfix
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.4.0",
"version": "3.4.1",
"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.4.0
SemanticVersion: 3.4.1

# Parameters:
# PowerValues: 128,256,512,1024,1536,3008 # default RAM values
Expand Down

0 comments on commit 9349f38

Please sign in to comment.