Skip to content

Commit

Permalink
Merge branch 'master' into 106-s3-payload
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcasalboni committed Jan 3, 2022
2 parents 875ee9f + 0130f3c commit 40d4e8c
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README-DEPLOY.md
Expand Up @@ -73,7 +73,7 @@ You can also integrate the SAR app in your existing CloudFormation stacks - chec
new sam.CfnApplication(this, 'powerTuner', {
location: {
applicationId: 'arn:aws:serverlessrepo:us-east-1:451282441545:applications/aws-lambda-power-tuning',
semanticVersion: '4.1.3'
semanticVersion: '4.1.4'
},
parameters: {
"lambdaResource": "*",
Expand Down Expand Up @@ -136,7 +136,7 @@ resource "aws_serverlessapplicationrepository_cloudformation_stack" "lambda-powe
application_id = "arn:aws:serverlessrepo:us-east-1:451282441545:applications/aws-lambda-power-tuning"
capabilities = ["CAPABILITY_IAM"]
# Uncomment the next line to deploy a specific version
# semantic_version = "4.1.3"
# semantic_version = "4.1.4"
parameters = {
# All of these parameters are optional and are only shown here for demonstration purposes
Expand Down
1 change: 1 addition & 0 deletions README-SAR.md
Expand Up @@ -253,6 +253,7 @@ Initializer, cleaner, analyzer, and optimizer are executed only once, while the

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

* *4.1.4* (2022-01-03): sorting bugfix and updated dependencies
* *4.1.3* (2021-12-16): support simple strings as event payload
* *4.1.2* (2021-10-12): add x86_64 fallback when Graviton is not supported yet
* *4.1.1* (2021-10-12): fixed connection timeout for long-running functions
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -113,6 +113,7 @@ Power Tuner UI repository: [mattymoomoo/aws-power-tuner-ui](https://github.com/m

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

* *4.1.4* (2022-01-03): sorting bugfix and updated dependencies
* *4.1.3* (2021-12-16): support simple strings as event payload
* *4.1.2* (2021-10-12): add x86_64 fallback when Graviton is not supported yet
* *4.1.1* (2021-10-12): fixed connection timeout for long-running functions
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
@@ -1,6 +1,6 @@
{
"name": "aws-lambda-power-tuning",
"version": "4.1.3",
"version": "4.1.4",
"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
Expand Up @@ -8,7 +8,7 @@ Resources:
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:451282441545:applications/aws-lambda-power-tuning
SemanticVersion: 4.1.3
SemanticVersion: 4.1.4

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

Parameters:
Expand Down

0 comments on commit 40d4e8c

Please sign in to comment.