Skip to content

discussions Search Results · topic:azure-functions org:serverless fork:true

Filter by

742 results
 (83 ms)

742 results

inserverless (press backspace or delete to remove)

From link below we found that serverless framework v4 is auto-updating every 24 hours. https://www.serverless.com/framework/docs/getting-started#update-serverless-framework Is there any setting that we ...

Getting _Provider AWS is not supported. Please change Provider AWS to aws _ when running serverless deploy serverless.yml provider: name: aws What exactly is wrong here? Using serverless 4.1.4

So, I created this custom S3 bucket via the following configurations in serverless.yml: provider: name: aws ..... s3: bucketOne: name: ${self:custom.buckets.appname_bucket} After that, ...

I m trying to add a new intermediate stage in our github workflows named app-int , where app is just an anonymized version of the application right now. I ve done some refactoring but didnt change the ...

Our service can be deployed when we set both org and app . When we deploy our service with serverless.yml file setting below. service: ourService org: ourOrg # app: ourApp provider: name: aws export ...

In our company, we have been given 2 roles, 1 role for IAM related permission, and the other role for everything else. With Terraform we can use alias to setup 2 aws providers with different assume role, ...

i try to deploy a lambda with this runtime but the docker pull fail after now find the image Unable to find image lambci/lambda:build-python3.12 locally

I am using 5.1.1 version, there is a quite strange issue happens in one of our environments: some Python packages are missing in the pythonRequirements.zip file. Can anybody tell me how I can debug such ...

☝🏼 - honest question. trying to decide if I should fork or whats going on

Hello, I m working on adding pdf parsing functionality to a project that uses the Serverless Framework. The package I am using to add this functionality is pdf-parse and I am importing it into my chunk.ts ...