Skip to content

Commit 6dc6995

Browse files
committed
fix: readme
1 parent bde1ae8 commit 6dc6995

8 files changed

Lines changed: 4 additions & 68 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ Gemfile.lock
1717
.test-runner/
1818

1919
.vscode/
20-
.scratch
20+
.scratch
21+
.idea

.idea/.gitignore

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

.idea/misc.xml

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

.idea/modules.xml

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

.idea/vcs.xml

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

Dockerfile.rie

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/lambda/ruby:3.3
1+
FROM public.ecr.aws/lambda/ruby:3.4
22

33
# Copy source code and build gem in container
44
COPY . ${LAMBDA_TASK_ROOT}/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ ADD test/integration/test-handlers/echo/app.rb .
6666
CMD ["app.App::Handler.process"]
6767
```
6868

69-
For other distributions, please refer to Dockerfile in the code sample directory.
69+
For other distributions, please refer to Dockerfiles in the [test/integration/docker](test/integration/docker) directory.
7070

7171

7272
### Local Testing

sample/Dockerfile.alpine

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

0 commit comments

Comments
 (0)