diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 336b138..33e6321 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: - TodoAPIGateway - URLRequestWithSession env: - SWIFT_VERSION: 5.1.3 + SWIFT_VERSION: 5.1.4 steps: - name: Checkout uses: actions/checkout@v1 diff --git a/examples/EventSources/makefile b/examples/EventSources/makefile index eaf8ede..09e8b0e 100644 --- a/examples/EventSources/makefile +++ b/examples/EventSources/makefile @@ -3,7 +3,7 @@ LAMBDA_NAME=EventSources EXECUTABLE=$(LAMBDA_NAME) LAMBDA_ZIP=lambda.zip -SWIFT_VERSION=5.1.3 +SWIFT_VERSION=5.1.4 SWIFT_DOCKER_IMAGE=fabianfett/amazonlinux-swift:${SWIFT_VERSION}-amazonlinux2-dev clean_lambda: diff --git a/examples/EventSources/template.yaml b/examples/EventSources/template.yaml index 642e5dd..a2b3b0a 100644 --- a/examples/EventSources/template.yaml +++ b/examples/EventSources/template.yaml @@ -4,7 +4,7 @@ Parameters: SwiftLayer: Type: String Description: The arn of the swift layer. - Default: arn:aws:lambda:eu-central-1:426836788079:layer:Swift:8 + Default: arn:aws:lambda:eu-central-1:426836788079:layer:Swift:9 # More info about Globals: https://github.com/awslabs/serverless-application-model/blob/master/docs/globals.rst Globals: diff --git a/examples/SquareNumber/makefile b/examples/SquareNumber/makefile index daebd57..fe7e225 100644 --- a/examples/SquareNumber/makefile +++ b/examples/SquareNumber/makefile @@ -3,7 +3,7 @@ LAMBDA_NAME=SquareNumber EXECUTABLE=$(LAMBDA_NAME) LAMBDA_ZIP=lambda.zip -SWIFT_VERSION=5.1.3 +SWIFT_VERSION=5.1.4 SWIFT_DOCKER_IMAGE=fabianfett/amazonlinux-swift:${SWIFT_VERSION}-amazonlinux2-dev clean_lambda: diff --git a/examples/TodoAPIGateway/makefile b/examples/TodoAPIGateway/makefile index c4b56ce..703a688 100644 --- a/examples/TodoAPIGateway/makefile +++ b/examples/TodoAPIGateway/makefile @@ -3,7 +3,7 @@ LAMBDA_NAME=TodoAPIGateway EXECUTABLE=$(LAMBDA_NAME) LAMBDA_ZIP=lambda.zip -SWIFT_VERSION=5.1.3 +SWIFT_VERSION=5.1.4 SWIFT_DOCKER_IMAGE=fabianfett/amazonlinux-swift:${SWIFT_VERSION}-amazonlinux2-dev clean_lambda: diff --git a/examples/TodoAPIGateway/template.yaml b/examples/TodoAPIGateway/template.yaml index 03f655d..0d473c7 100644 --- a/examples/TodoAPIGateway/template.yaml +++ b/examples/TodoAPIGateway/template.yaml @@ -45,7 +45,7 @@ Resources: Handler: "list" Runtime: provided Layers: - - arn:aws:lambda:eu-central-1:426836788079:layer:Swift:8 + - arn:aws:lambda:eu-central-1:426836788079:layer:Swift:9 Policies: - DynamoDBReadPolicy: TableName: "SwiftLambdaTodos" @@ -64,7 +64,7 @@ Resources: Handler: "create" Runtime: provided Layers: - - arn:aws:lambda:eu-central-1:426836788079:layer:Swift:8 + - arn:aws:lambda:eu-central-1:426836788079:layer:Swift:9 Policies: - DynamoDBCrudPolicy: TableName: "SwiftLambdaTodos" @@ -83,7 +83,7 @@ Resources: Handler: "deleteAll" Runtime: provided Layers: - - arn:aws:lambda:eu-central-1:426836788079:layer:Swift:8 + - arn:aws:lambda:eu-central-1:426836788079:layer:Swift:9 Policies: - DynamoDBCrudPolicy: TableName: "SwiftLambdaTodos" @@ -102,7 +102,7 @@ Resources: Handler: "getTodo" Runtime: provided Layers: - - arn:aws:lambda:eu-central-1:426836788079:layer:Swift:8 + - arn:aws:lambda:eu-central-1:426836788079:layer:Swift:9 Policies: - DynamoDBReadPolicy: TableName: "SwiftLambdaTodos" @@ -121,7 +121,7 @@ Resources: Handler: "deleteTodo" Runtime: provided Layers: - - arn:aws:lambda:eu-central-1:426836788079:layer:Swift:8 + - arn:aws:lambda:eu-central-1:426836788079:layer:Swift:9 Policies: - DynamoDBCrudPolicy: TableName: "SwiftLambdaTodos" @@ -140,7 +140,7 @@ Resources: Handler: "patchTodo" Runtime: provided Layers: - - arn:aws:lambda:eu-central-1:426836788079:layer:Swift:8 + - arn:aws:lambda:eu-central-1:426836788079:layer:Swift:9 Policies: - DynamoDBCrudPolicy: TableName: "SwiftLambdaTodos" diff --git a/examples/URLRequestWithSession/makefile b/examples/URLRequestWithSession/makefile index 024049c..06bdf65 100644 --- a/examples/URLRequestWithSession/makefile +++ b/examples/URLRequestWithSession/makefile @@ -3,7 +3,7 @@ LAMBDA_NAME=URLRequestWithSession EXECUTABLE=$(LAMBDA_NAME) LAMBDA_ZIP=lambda.zip -SWIFT_VERSION=5.1.3 +SWIFT_VERSION=5.1.4 SWIFT_DOCKER_IMAGE=fabianfett/amazonlinux-swift:${SWIFT_VERSION}-amazonlinux2-dev clean_lambda: diff --git a/examples/URLRequestWithSession/template.yaml b/examples/URLRequestWithSession/template.yaml index 29f3eb0..40ecaaf 100644 --- a/examples/URLRequestWithSession/template.yaml +++ b/examples/URLRequestWithSession/template.yaml @@ -19,7 +19,7 @@ Resources: Handler: "echoCall" Runtime: provided Layers: - - arn:aws:lambda:eu-central-1:426836788079:layer:Swift:8 + - arn:aws:lambda:eu-central-1:426836788079:layer:Swift:9