Skip to content

Commit 4bcf5ec

Browse files
committed
feat(lambda): convert to swift
1 parent 335800b commit 4bcf5ec

10 files changed

Lines changed: 953 additions & 212 deletions

File tree

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
3-
"changelog": "@changesets/cli/changelog",
3+
"changelog": ["@changesets/changelog-github", { "repo": "luke-h1/lho-lambda" }],
44
"commit": false,
55
"fixed": [],
66
"linked": [],

.github/actions/changelog/action.yml

Lines changed: 0 additions & 78 deletions
This file was deleted.

.github/actions/deploy/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ runs:
8686
id: plan
8787
shell: bash
8888
working-directory: terraform
89-
run: terraform plan -no-color -out=tfplan -var="app_version=${{ env.APP_VERSION }}" -var="git_sha=$GIT_SHA"
89+
run: terraform plan -no-color -out=tfplan -var="app_version=${{ env.APP_VERSION }}" -var="git_sha=${{ github.sha }}"
9090

9191
- name: Terraform apply
9292
shell: bash

.github/actions/validate/action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ description: Validate
33
runs:
44
using: composite
55
steps:
6-
- name: Run SwiftLint
7-
shell: bash
8-
run: swiftlint
9-
106
- name: Build functions
117
shell: bash
128
run: swift build -c release

.github/workflows/build-release-version.yml

Lines changed: 0 additions & 66 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
title: "chore(release): version packages"
5454
commit: "chore(release): version packages"
5555
version: bun run changeset:version
56+
publish: echo "Skip npm publish"
5657
env:
5758
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5859

.github/workflows/version-bump.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,6 @@ DerivedData/
135135

136136
*.swiftpm
137137

138-
*.resolved
138+
*.resolved
139+
140+
node_modules

0 commit comments

Comments
 (0)