Skip to content

Instantly share code, notes, and snippets.

@sironekotoro
Last active May 22, 2021 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sironekotoro/4fc7b46878e4f2b0b43d8165462a3c78 to your computer and use it in GitHub Desktop.
Save sironekotoro/4fc7b46878e4f2b0b43d8165462a3c78 to your computer and use it in GitHub Desktop.
AWS Lambda Sample
#!/usr/bin/env perl
use strict;
use warnings;
sub handler{
return {
string => 'Hello, Perl! from Lambda!!'
}
}
1;
@sironekotoro
Copy link
Author

make public

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment