lift icon indicating copy to clipboard operation
lift copied to clipboard

Expanding Serverless Framework beyond functions using the AWS CDK

Results 126 lift issues
Sort by recently updated
recently updated
newest added

### Start from the Use-case When deploying a webhook construct, a new eventbridge bus is created. However, is you have different webhook constructs in separate microservices this makes it difficult...

enhancement

### Description Hello ! I am using lift 1.17.0 and serverless 3.17.0. I used the single table construct to deploy a dynamodb table and I am now trying to trigger...

bug

### Start from the Use-case I want to run some code when a file is uploaded to an S3 bucket. Currently, I'm trying to use the storage construct to create...

enhancement

### Description When I try to run a command from serverless-wsgi, it is throwing an error from lift. ``` sls -s dev wsgi manage --command "migrate" Error --------------------------------------------------- Error: Constructs...

bug

There is an issue with the cache policy. If there happens multiple requests per second to an url with same paths but different get-parameters, it happens that you get cache...

bug
question

AWS announced today support for Response headers with a built-in preset for adding security headers. https://aws.amazon.com/fr/about-aws/whats-new/2021/11/amazon-cloudfront-supports-cors-security-custom-http-response-headers/ I think it could replace the response cloudfront function and save on the extra...

enhancement

I'm currently retrieving the DLQ URL by referencing the logical ID of the DLQ that is generated after the first deployment. For example in my serverless.yml: ``` environment: QUEUE_URL: ${construct:queue.queueUrl}...

enhancement

### Start from the Use-case For now we can assign the handler for the queue, but when they fails messages goes to the dead letter queue - would be really...

enhancement

### Start from the Use-case It is easy to bump up against the limit of ten white-listed headers to pass through CloudFront for `server-side-website` apps. However, AWS has a managed...

enhancement

Is it possible to define custom queueName for a SQS queue? If not, please make it configurable.

enhancement