Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #58 from tiki/release/x86
Browse files Browse the repository at this point in the history
Release/x86
  • Loading branch information
mike-audi authored Oct 25, 2023
2 parents 9a06072 + 944a39a commit 490325c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions infra/sar/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Metadata:
ReadmeUrl: ../../README.md
Labels: [ 'iceberg' ]
HomePageUrl: https://github.com/tiki/core-iceberg-metadata
SemanticVersion: 0.1.5
SemanticVersion: 0.1.6
SourceCodeUrl: https://github.com/tiki/core-iceberg-metadata

Resources:
Expand All @@ -49,7 +49,7 @@ Resources:
Handler: com.mytiki.ocean.metadata.App::handleRequest
Runtime: java17
Architectures:
- arm64
- x86_64
MemorySize: 512
Timeout: 20
Tracing: Active
Expand Down Expand Up @@ -90,7 +90,7 @@ Resources:
Resource: "*"
Layers:
- !Sub "arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:layer:${UtilsName}:${UtilsVersion}"
- !Sub "arn:aws:lambda:${AWS::Region}:901920570463:layer:aws-otel-java-wrapper-arm64-ver-1-30-0:1"
- !Sub "arn:aws:lambda:${AWS::Region}:901920570463:layer:aws-otel-java-wrapper-x86_64-ver-1-30-0:1"
Outputs:
Function:
Description: Lambda Arn
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.mytiki</groupId>
<artifactId>core-iceberg-metadata</artifactId>
<version>0.1.5</version>
<version>0.1.6</version>
<packaging>jar</packaging>
<name>Iceberg Metadata</name>
<properties>
Expand All @@ -19,13 +19,13 @@
<dependency>
<groupId>com.mytiki</groupId>
<artifactId>core-iceberg-utils</artifactId>
<version>0.2.4</version>
<version>0.2.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.9.2</version>
<version>5.10.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 490325c

Please sign in to comment.