Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(aws): add possibility to define lambda name format #84

Merged
merged 1 commit into from
Jan 26, 2021

Conversation

tripodsan
Copy link
Contributor

fixes #78

@codecov
Copy link

codecov bot commented Jan 26, 2021

Codecov Report

Merging #84 (a415a8f) into main (845b6ec) will increase coverage by 0.17%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #84      +/-   ##
==========================================
+ Coverage   75.38%   75.55%   +0.17%     
==========================================
  Files          17       17              
  Lines        1113     1117       +4     
==========================================
+ Hits          839      844       +5     
+ Misses        274      273       -1     
Impacted Files Coverage Δ
src/BaseConfig.js 89.79% <100.00%> (+0.06%) ⬆️
src/deploy/AWSConfig.js 100.00% <100.00%> (ø)
src/deploy/AWSDeployer.js 74.48% <100.00%> (-0.52%) ⬇️
src/ActionBuilder.js 87.69% <0.00%> (+0.76%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9a390bd...a415a8f. Read the comment docs.

@tripodsan tripodsan requested a review from trieloff January 26, 2021 09:40
@tripodsan tripodsan merged commit 4404874 into main Jan 26, 2021
@tripodsan tripodsan deleted the add-lambda-format branch January 26, 2021 12:07
github-actions bot pushed a commit that referenced this pull request Jan 26, 2021
# [3.0.0](v2.0.0...v3.0.0) (2021-01-26)

### Bug Fixes

* **deps:** update dependency @adobe/helix-fetch to v2 ([#82](#82)) ([4c91c73](4c91c73))
* **test:** fix failing test ([7f13b39](7f13b39))

### Features

* **aws:** add possibility to define lambda name format ([#84](#84)) ([4404874](4404874)), closes [#78](#78)

### BREAKING CHANGES

* **deps:** minimum node version is now 12
@github-actions
Copy link

🎉 This PR is included in version 3.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AWS: it should be possible to have different routes and function names.
1 participant