mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 08:06:00 +00:00
added aws lambda adapter + improvements to handle concurrency
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"Version": "2012-10-17",
|
||||
"Statement": [
|
||||
{
|
||||
"Effect": "Allow",
|
||||
"Principal": {
|
||||
"Service": "lambda.amazonaws.com"
|
||||
},
|
||||
"Action": "sts:AssumeRole"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user