Sha256: ecf3276afda20b9b255300cc6cd41309281af6cd9218905922519df8a27ba8ff
Contents?: true
Size: 139 Bytes
Versions: 8
Compression:
Stored size: 139 Bytes
Contents
require 'json' def handler(event:, context:) # TODO: implement { statusCode: 200, body: JSON.generate('Hello from Ruby Lambda') } end
Version data entries
8 entries across 8 versions & 1 rubygems