lamby 4.1.0 → 4.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/test.yml +20 -10
- data/CHANGELOG.md +6 -0
- data/Gemfile.lock +1 -1
- data/README.md +6 -6
- data/lamby.gemspec +2 -2
- data/lib/lamby/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fbf48cab613254b7bcdcf0b44471934f5aa2dfa6a1b3a4c367f2468bdf974abe
|
|
4
|
+
data.tar.gz: ffda31e411518be62e5473ed52c39b53a49fd8902b392be32ea88360cf95a1c7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a7a22a26e51f93a2b732858198d142e9d51fbcdf61db745ffdfda84209b77e88a1525dde8edebd00e1955afddee26dfeabceeb353370db8328c1a774e213ab85
|
|
7
|
+
data.tar.gz: 910427c0ac907a06ddc767cb1c4d7d241dc8b6b1e640d6a6c4d57a43653fa569d1da61a496711102df209a5d93f61e3c4272555bfe0e96bc1e9c18d3656d41bf
|
data/.github/workflows/test.yml
CHANGED
|
@@ -1,23 +1,33 @@
|
|
|
1
1
|
name: CI/CD
|
|
2
2
|
on: [push]
|
|
3
3
|
jobs:
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
image:
|
|
5
|
+
name: Image
|
|
6
|
+
runs-on: ubuntu-20.04
|
|
6
7
|
steps:
|
|
7
|
-
-
|
|
8
|
-
|
|
9
|
-
- name: Login to GitHub Container Registry
|
|
10
|
-
uses: docker/login-action@v2
|
|
8
|
+
- uses: actions/checkout@v3
|
|
9
|
+
- uses: docker/login-action@v2
|
|
11
10
|
with:
|
|
12
11
|
registry: ghcr.io
|
|
13
12
|
username: ${{ github.repository_owner }}
|
|
14
13
|
password: ${{ secrets.GITHUB_TOKEN }}
|
|
15
|
-
-
|
|
16
|
-
uses: devcontainers/ci@v0.2
|
|
14
|
+
- uses: devcontainers/ci@v0.3
|
|
17
15
|
with:
|
|
18
16
|
push: always
|
|
19
|
-
imageName: ghcr.io/
|
|
20
|
-
cacheFrom: ghcr.io/
|
|
17
|
+
imageName: ghcr.io/rails-lambda/lamby-devcontainer
|
|
18
|
+
cacheFrom: ghcr.io/rails-lambda/lamby-devcontainer
|
|
19
|
+
runCmd: echo DONE!
|
|
20
|
+
test:
|
|
21
|
+
runs-on: ubuntu-20.04
|
|
22
|
+
needs: image
|
|
23
|
+
steps:
|
|
24
|
+
- name: Checkout
|
|
25
|
+
uses: actions/checkout@v3
|
|
26
|
+
- name: Setup & Test
|
|
27
|
+
uses: devcontainers/ci@v0.3
|
|
28
|
+
with:
|
|
29
|
+
push: never
|
|
30
|
+
cacheFrom: ghcr.io/rails-lambda/lamby-devcontainer
|
|
21
31
|
env: |
|
|
22
32
|
CI
|
|
23
33
|
runCmd: |
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# Lamby [](https://github.com/rails-lambda/lamby/actions) [](https://github.com/features/codespaces)
|
|
2
2
|
|
|
3
3
|
<h2>Simple Rails & AWS Lambda Integration using Rack</h2>
|
|
4
|
-
<a href="https://lamby.
|
|
4
|
+
<a href="https://lamby.cloud"><img src="https://raw.githubusercontent.com/rails-lambda/lamby/master/images/social2.png" alt="Lamby: Simple Rails & AWS Lambda Integration using Rack." align="right" width="450" style="margin-left:1rem;margin-bottom:1rem;" /></a>
|
|
5
5
|
|
|
6
6
|
Lamby is an [AWS Lambda Web Adapter](https://github.com/awslabs/aws-lambda-web-adapter) for Rack applications.
|
|
7
7
|
|
|
@@ -9,11 +9,11 @@ We support Lambda [Function URLs](https://docs.aws.amazon.com/lambda/latest/dg/l
|
|
|
9
9
|
|
|
10
10
|
## Quick Start
|
|
11
11
|
|
|
12
|
-
https://lamby.
|
|
12
|
+
https://lamby.cloud/docs/quick-start
|
|
13
13
|
|
|
14
14
|
## Full Documentation
|
|
15
15
|
|
|
16
|
-
https://lamby.
|
|
16
|
+
https://lamby.cloud/docs/anatomy
|
|
17
17
|
|
|
18
18
|
## Contributing
|
|
19
19
|
|
|
@@ -30,6 +30,6 @@ If you have the [Visual Studio Code Dev Container](https://marketplace.visualstu
|
|
|
30
30
|
|
|
31
31
|
## Code of Conduct
|
|
32
32
|
|
|
33
|
-
Everyone interacting in the Lamby project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/
|
|
33
|
+
Everyone interacting in the Lamby project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/rails-lambda/lamby/blob/master/CODE_OF_CONDUCT.md).
|
|
34
34
|
|
|
35
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
35
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/rails-lambda/lamby. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
data/lamby.gemspec
CHANGED
|
@@ -7,10 +7,10 @@ Gem::Specification.new do |spec|
|
|
|
7
7
|
spec.name = "lamby"
|
|
8
8
|
spec.version = Lamby::VERSION
|
|
9
9
|
spec.authors = ["Ken Collins"]
|
|
10
|
-
spec.email = ["
|
|
10
|
+
spec.email = ["ken@metaskills.net"]
|
|
11
11
|
spec.summary = %q{Simple Rails & AWS Lambda Integration using Rack}
|
|
12
12
|
spec.description = %q{Simple Rails & AWS Lambda Integration using Rack and various utilities.}
|
|
13
|
-
spec.homepage = "https://github.com/
|
|
13
|
+
spec.homepage = "https://github.com/rails-lambda/lamby"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
|
|
16
16
|
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
data/lib/lamby/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lamby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.1.
|
|
4
|
+
version: 4.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ken Collins
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-04-
|
|
11
|
+
date: 2023-04-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rack
|
|
@@ -124,7 +124,7 @@ dependencies:
|
|
|
124
124
|
version: '0'
|
|
125
125
|
description: Simple Rails & AWS Lambda Integration using Rack and various utilities.
|
|
126
126
|
email:
|
|
127
|
-
-
|
|
127
|
+
- ken@metaskills.net
|
|
128
128
|
executables: []
|
|
129
129
|
extensions: []
|
|
130
130
|
extra_rdoc_files: []
|
|
@@ -162,7 +162,7 @@ files:
|
|
|
162
162
|
- lib/lamby/ssm_parameter_store.rb
|
|
163
163
|
- lib/lamby/version.rb
|
|
164
164
|
- vendor/.keep
|
|
165
|
-
homepage: https://github.com/
|
|
165
|
+
homepage: https://github.com/rails-lambda/lamby
|
|
166
166
|
licenses:
|
|
167
167
|
- MIT
|
|
168
168
|
metadata: {}
|