adobe / helix-deploy

A multi-cloud deployment tool for serverless functions running on AWS Lambda, Adobe I/O Runtime, Azure Functions, and Google Cloud Functions. Write once, run everywhere.
Apache License 2.0
11 stars 15 forks source link

Consistent suffix within context #672

Closed maximilianvoss closed 4 months ago

maximilianvoss commented 4 months ago

Description

For all templates the suffix only contains the path of the URL. For Cloudflare it is the complete URL which is not consistent

Related Issue

N/A

Motivation and Context

Having the same functions deployed everywhere and the context is consistent.

How Has This Been Tested?

local deployment & testing

Screenshots (if appropriate):

Types of changes

Checklist:

trieloff commented 4 months ago

Looks good, but could you change the commit history so that at least one commit reads fix(cloudflare): suffix should not include full URL

We generate the release notes from the commit messages, so this is more than cosmetic.