Today I tested the FASTAPI(python) lib with AWS Lambda URL . It worked as expected. Folowing is the code I used for it.
main.py
from fastapi import FastAPI
from mangum import Mangum
app = FastAPI()
handler = Mangum(app)
Today I tested the FASTAPI(python) lib with AWS Lambda URL . It worked as expected. Folowing is the code I used for it.
main.py
from fastapi import FastAPI
from mangum import Mangum
app = FastAPI()
handler = Mangum(app)
| ;(function($){ | |
| /* | |
| Script Name: WP Auto Installer | |
| Author: Mohan Dere | |
| Version: 1.0 | |
| Description : This script install new wordpress setup, create database with tables with content & run search replace database for new urls. | |
| Last Update: 13 Mar 15 | |
| */ |