Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# lambda-scala-sls

scalaとGraalVMでlambdaを自力で動かして見たかった話
scalaらしいコードを書けたかというと微妙な気がするがまあいいでしょう
Scala CLI(とScala Native)でAWS Lambdaを自力で動かして見たかった話
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

In Japanese technical writing, the auxiliary verb 'miru' (meaning 'to try') is typically written in hiragana ('みたかった') rather than kanji ('見たかった'). Additionally, using half-width parentheses and adding spaces around English terms can improve the readability of the document.

Suggested change
Scala CLI(とScala Native)でAWS Lambdaを自力で動かして見たかった話
scala-cli (と Scala Native) で AWS Lambda を自力で動かしてみたかった話

Scalaらしいコードを書けたかというと微妙な気がするがまあいいでしょう
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The phrase 'まあいいでしょう' is quite colloquial for a README. Consider using a more formal or descriptive tone to describe the project's status.

Suggested change
Scalaらしいコードを書けたかというと微妙な気がするがまあいいでしょう
Scala らしいコードを書けたかというと微妙な気がしますが、まずは動かすことを目標にしました。


```shell
# deploy
Expand Down
Loading