Get initial scaffolding set up for lambda config
This commit is contained in:
parent
bd7344774d
commit
adddd38fc3
0
__init__.py
Normal file
0
__init__.py
Normal file
8
mre_lambda.py
Normal file
8
mre_lambda.py
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
import boto3
|
||||||
|
from aws_lambda_typing.events import S3Event
|
||||||
|
from aws_lambda_typing.context import Context
|
||||||
|
from .mre import compute_mre
|
||||||
|
|
||||||
|
|
||||||
|
def lambda_handler(event: S3Event, context: Context):
|
||||||
|
return None
|
||||||
@ -1,2 +1,4 @@
|
|||||||
boto3==1.38.14
|
boto3==1.38.14
|
||||||
botocore==1.38.14
|
botocore==1.38.14
|
||||||
|
aws-lambda-typing==2.20.0
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user