getlift / lift

Expanding Serverless Framework beyond functions using the AWS CDK
MIT License
917 stars 112 forks source link

Server-side website: validate asset paths #239

Closed mnapoli closed 2 years ago

mnapoli commented 2 years ago

The goal is to prevent confusion when trying to set this up (cannot work):

constructs:
  assets:
    type: server-side-website
    assets:
      '/*': public

Reported in https://github.com/brefphp/bref/discussions/1243