Aktywne Wpisy

wfyokyga +49
Beunos Aires
źródło: temp_file8631431092229834769
Pobierz
Tja88 +3
Can I fix her?
Podoba się dla mnie.
#pytaniedoeksperta #psychiatria #psychologia #tinder #rozowepaski #zwiazki
Podoba się dla mnie.
#pytaniedoeksperta #psychiatria #psychologia #tinder #rozowepaski #zwiazki
źródło: plk6
Pobierz



Nie jestem pewnien ale moze to byc powiazane z że API Gateway jest typu Edge a moje VPN jest Private. Z drugiej strony z Edge chyba kazdy moze sie polaczyc bo chyba jest otwarte ale nie wiem. Podrzuce moj template, moze cos tu jest nie tak (╯︵╰,)
{"AWSTemplateFormatVersion": "2010-09-09",
"Transform": "AWS::Serverless-2016-10-31",
"Description": "An AWS Serverless Application that uses the ASP.NET Core framework running in Amazon Lambda.",
"Resources": {
"AspNetCoreFunction": {
"Type": "AWS::Serverless::Function",
"Properties": {
"Handler": "AES.Protocol::AES.Protocol.LambdaEntryPoint::FunctionHandlerAsync",
"Runtime": "dotnetcore3.1",
"CodeUri": "",
"MemorySize": 256,
"Timeout": 30,
"Role": null,
"Policies": [
"AWSLambdaFullAccess"
],
"Events": {
"ProxyResource": {
"Type": "Api",
"Properties": {
"Path": "/{proxy+}",
"Method": "ANY"
}
},
"RootResource": {
"Type": "Api",
"Properties": {
"Path": "/",
"Method": "ANY"
}
}
}
}
}
},
"Outputs": {
"ApiURL": {
"Description": "API endpoint URL for Prod environment",
"Value": {
"Fn::Sub": "https://${ServerlessRestApi}.execute-api.${AWS::Region}.amazonaws.com/Prod/"
}
}
}
}
#programowanie #aws #dotnet #api #dotnetcore
źródło: comment_1594826950LaWTb6oDHb7nmx7ok9kW2N.jpg
PobierzZobacz AWS::Lambda::Permission z Action: lambda:InvokeFunction
Wyczytalem tez ze CloudFront nie wspiera GET requestow z "body" wiec to moze to
Zobacz sobie w consoli, czy ta lambda, to stworzyłeś ja ze stacku, ma wszystko co potrzebne w zakładce permissions.