JasonMcCallister
AWS Lambda and Filament v3
Lambda cannot return, well by default, JS and CSS (binary) assets from API Gateway. Bref has a construct (serverless plugin) that allows publishing assets to a CloudFront URL and uploading during deployment: https://bref.sh/docs/use-cases/websites
Right now Filament requires all assets to be relative to the
public
directory, but would be nice to configure that to load a remote directory/URL to serve CSS and JS from something like Cloudflare.4 replies