Skip to content

Instantly share code, notes, and snippets.

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)
@manmohanmirkar123
manmohanmirkar123 / wp-auto-installer.js
Created October 12, 2023 13:10 — forked from mohandere/wp-auto-installer.js
Wordpress auto installer script PHP
;(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
*/