Commit Graph

10 Commits

Author SHA1 Message Date
Oleg Zhurakousky
35d3c0734b Update README.md 2023-11-14 18:44:08 +01:00
Tim Colson
faf4ff070d Replace 'arch64' with 'arm64'
TIL that the architecture is actually **AArch64** - not 'arch64' but that arm64 is a synonym and is what 'arch' returns on an Apple Silicon mac. https://en.wikipedia.org/wiki/AArch64

Fortunately, this change makes the Lambda architecture choice of 'arm64' easier since it matches. Nice!
2023-11-13 17:45:11 -07:00
Tim Colson
26e574a932 Rename sample to native-function
Function class and file name 'uppercase' is misleading.
2023-11-13 14:43:59 -07:00
Tim Colson
fea404803d Set function name to 'native-func-sample'
The build contains two functions: uppercase and reverse. The Lambda function name does n
2023-11-13 13:04:29 -07:00
Tim Colson
a8747a7080 Explain native AWS sample in detail; w/ test events
Updated with info from convo with OlegZ. Thx!
2023-11-13 10:31:37 -07:00
Oleg Zhurakousky
27d7b1dca4 Update README.md 2023-11-10 16:19:21 +01:00
Oleg Zhurakousky
4a1bfbc764 GH-1014 Fix CustomRuntimeEventLoop to default to RoutingFunction
Resolves #1014
2023-03-27 18:51:48 +02:00
Oleg Zhurakousky
f1cd8ae1ab Update README.md 2023-01-30 18:38:07 +01:00
Oleg Zhurakousky
00da1361bb Update README.md 2023-01-30 18:37:27 +01:00
Oleg Zhurakousky
633491fc2e Add readme to the AWS native sample 2023-01-30 16:23:13 +01:00