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

fix(aws): aws deployer doesn't work #5

Merged
merged 1 commit into from
Dec 11, 2020
Merged

fix(aws): aws deployer doesn't work #5

merged 1 commit into from
Dec 11, 2020

Conversation

tripodsan
Copy link
Contributor

No description provided.

@github-actions
Copy link

This PR will trigger a patch release when merged.

@tripodsan tripodsan requested a review from trieloff December 11, 2020 07:19
@codecov-io
Copy link

codecov-io commented Dec 11, 2020

Codecov Report

❗ No coverage uploaded for pull request base (main@9a26a84). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main       #5   +/-   ##
=======================================
  Coverage        ?   70.13%           
=======================================
  Files           ?        7           
  Lines           ?      653           
  Branches        ?        0           
=======================================
  Hits            ?      458           
  Misses          ?      195           
  Partials        ?        0           

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 9a26a84...b06ea26. Read the comment docs.

@tripodsan tripodsan mentioned this pull request Dec 11, 2020
@tripodsan tripodsan changed the title fix(aws): deployer doesn't work fix(aws): aws deployer doesn't work Dec 11, 2020
@trieloff trieloff merged commit cddc0cb into main Dec 11, 2020
@github-actions
Copy link

🎉 This PR is included in version 1.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

trieloff pushed a commit that referenced this pull request Dec 11, 2020
# 1.0.0 (2020-12-10)

### Bug Fixes

* **aws:** do not init when no region has been set ([fa50b3e](fa50b3e))
* **build:** fix module resolution order (fixes [#84](#84)) ([#85](#85)) ([8390a95](8390a95))
* **build:** instruct webpack to use correct __dirname ([#47](#47)) ([36d9242](36d9242)), closes [#39](#39)
* **build:** only validate bundle if it's built (fixes [#77](#77)) ([#79](#79)) ([3c62bfd](3c62bfd))
* **build:** write all output to stderr and generate JSON to stdout. ([#72](#72)) ([44694c7](44694c7)), closes [#35](#35) [#71](#71)
* **builder:** add namespace to __OW_NAMESPACE ([3e21357](3e21357))
* **builder:** add option to specify specify link package name ([#66](#66)) ([c0ae740](c0ae740))
* **builder:** add support for static file renaming and directories. ([bce8f31](bce8f31)), closes [#6](#6)
* **builder:** correct output on deploy ([#118](#118)) ([380ff1a](380ff1a)), closes [#113](#113)
* **builder:** ensure non 0 exit code with failed tests (fixes [#74](#74)) ([c496487](c496487))
* **builder:** fix error when linking with [@ci](https://github.com/ci) ([02a47a5](02a47a5))
* **builder:** make updated-by optional ([#148](#148)) ([1f8d88a](1f8d88a))
* **builder:** remove externals that are not really present ([61bbaa8](61bbaa8))
* **builder:** set process.exitCode on failure ([35c7dbd](35c7dbd)), closes [#34](#34)
* **builder:** signal error during sequence updates ([d239066](d239066)), closes [#53](#53)
* **cli:** correct usage of yargs ([53195be](53195be))
* **cli:** default to nodejs:10 container ([19a0c3d](19a0c3d)), closes [#18](#18)
* **cli:** prefer process.env over .wskprops ([#46](#46)) ([c9eb849](c9eb849)), closes [#42](#42)
* **dep:** update dependencies ([53878a0](53878a0))
* **deploy:** force deployment as raw web action in openwhisk ([a6db7a6](a6db7a6))
* **deploy:** report correct action package ([999af39](999af39)), closes [#109](#109)
* **deps:** re-add missing semantic release plugin ([e536056](e536056))
* **deps:** update dependency chalk to v4 ([#130](#130)) ([33cb7d0](33cb7d0))
* **deps:** update dependency fs-extra to v9 ([#127](#127)) ([e430bb1](e430bb1))
* **deps:** update dependency isomorphic-git to v1.7.1 ([#161](#161)) ([a593bc8](a593bc8))
* **deps:** update dependency semver to v7 ([#88](#88)) ([04a44e1](04a44e1))
* **deps:** update dependency yargs to v16 ([#177](#177)) ([5a9d53b](5a9d53b))
* **deps:** update external ([#140](#140)) ([b592138](b592138))
* **deps:** update external ([#165](#165)) ([77ea925](77ea925))
* **deps:** update external ([#178](#178)) ([45a6f78](45a6f78))
* **deps:** update external ([#81](#81)) ([5813343](5813343))
* **empty:** trigger release ([973f042](973f042))
* **express:** ensure req.body is a string ([c40897a](c40897a)), closes [#15](#15)
* **expressify:** fallback to application/octet-stream if no content-type provided ([8d69dcc](8d69dcc))
* **expressify:** send body as raw data ([#17](#17)) ([157e88c](157e88c)), closes [#16](#16)
* **external:** declare all openwhisk files as external ([2271598](2271598)), closes [#54](#54)
* **link:** annotations in sequences are not updated correctly ([#144](#144)) ([fec7f7e](fec7f7e))
* **logging:** move log helpers to own export ([#12](#12)) ([01a44b4](01a44b4))
* **openwhisk:** fix wrapper entry point ([12b7120](12b7120))
* **package:** update fs-extra to version 8.0.0 ([fd2869d](fd2869d))
* **params:** ignore WSK_xxx in params ([#110](#110)) ([f543aeb](f543aeb))
* **server:** dev-params should win over package params ([#189](#189)) ([53c8afb](53c8afb)), closes [#188](#188)

### Code Refactoring

* **lib:** extract helper to own package ([#60](#60)) ([de04fcd](de04fcd))
* **project:** rename to helix-deploy/`hedy` ([d8d503a](d8d503a))

### Features

* **api:** add new expressify helper to support serverless-http ([#14](#14)) ([50dbae3](50dbae3)), closes [#13](#13)
* **archive:** add multicloud wrapper to archive ([bb3d4b0](bb3d4b0))
* **aws:** add AWS deployer ([717a095](717a095))
* **aws:** create api gateway with integration, routes and permissions ([9fd6b3b](9fd6b3b))
* **aws:** deploy to lambda and create version tags ([2686c41](2686c41))
* **aws:** upload file to temporary s3 bucket ([b845f90](b845f90))
* **builder:** add --test-params for testing wsk actions ([b805047](b805047)), closes [#102](https://github.com/adobe/helix-deploy/issues/102)
* **builder:** add option to generate link to [@ci](https://github.com/ci) ([#56](#56)) ([8d1ae73](8d1ae73))
* **builder:** add options for --web-secure ([#65](#65)) ([dba7639](dba7639))
* **builder:** add possibility to specify test url ([e450a85](e450a85)), closes [#51](#51)
* **builder:** add timestamp and delete command ([d3ed7ec](d3ed7ec)), closes [#145](#145) [#138](#138)
* **builder:** allow extension of webpack config ([0e03766](0e03766)), closes [#30](#30)
* **builder:** create option to create symlinks ([fbf37e4](fbf37e4)), closes [#48](#48)
* **builder:** display nicer error message if openwhisk creds are missing ([2a2ef39](2a2ef39)), closes [#103](#103)
* **builder:** don't restict links (fixes [#73](#73)) ([06c8f53](06c8f53))
* **builder:** ensure that web-secure works correctly ([#125](#125)) ([17f9530](17f9530)), closes [#124](#124)
* **builder:** record dependencies as annotations ([#131](#131)) ([01e3527](01e3527)), closes [#121](#121)
* **builder:** Support WSK_CONFIG_FILE environment variable ([#92](#92)) ([629e09f](629e09f))
* **builder:** use helix-fetch instead of request ([#158](#158)) ([b94ef77](b94ef77)), closes [#157](#157)
* **builder:** use version from package json in action name ([3717eca](3717eca)), closes [#49](https://github.com/adobe/helix-deploy/issues/49)
* **builder:** validate bundle before deploying (fixes [#76](#76)) ([a049536](a049536))
* **cli:** add default externals for node:10 container ([#28](#28)) ([28daad1](28daad1)), closes [#27](#27)
* **cli:** add support for --memory and --concurrency ([#171](#171)) ([4a1314e](4a1314e))
* **cli:** allow to create or update openwhisk package ([721b590](721b590)), closes [#23](#23)
* **cli:** bundled package.json should have version set to host package version ([dccaf27](dccaf27)), closes [#5](#5)
* **cli:** package parameter-file should only be required on package … ([#185](#185)) ([14e7d43](14e7d43)), closes [#184](#184)
* **config:** support to specify file content in env variables ([#25](#25)) ([e47f0e2](e47f0e2)), closes [#22](#22)
* **deploy:** provide security measure to prevent deployment to wrong namespace ([ed47697](ed47697)), closes [#93](#93)
* **deps:** improve dependency resolution ([#135](#135)) ([a74e079](a74e079)), closes [#134](#134)
* **dev:** implement development server fixes [#96](#96) ([#97](#97)) ([c9df2c0](c9df2c0))
* **expressify:** set isBase64Encoded flag correctly to ensure proper decoding ([e555c6e](e555c6e))
* **logging:** Adding logging helpers ([#11](#11)) ([c1e5d50](c1e5d50)), closes [#9](#9)
* **multicloud:** add wrapper template ([745cc2e](745cc2e))
* **openwhisk:** add new `--timeout` limit option ([936880d](936880d)), closes [#37](#37)
* **params:** add support for nested action and package params ([#68](#68)) ([3d0619b](3d0619b)), closes [#67](#67)
* **server:** add dev-params-file support ([b5ba20c](b5ba20c))

### BREAKING CHANGES

* **project:** new expanded scope for the project, this is now multi-cloud. The legacy version can still be found here: https://github.com/adobe/openwhisk-action-builder
* **deploy:** The options `--web-export` and `--raw-http` have been removed as all actions will now be deployed to OpenWhisk as raw web actions
* **lib:** logging and expressify are no longer exported by this package. use @adobe/openwhisk-action-utils instead.
* **expressify:** the __ow_body doesn't need to be decoded manually anymore
@tripodsan tripodsan deleted the fix-aws-deploy branch November 15, 2021 09:09
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.

3 participants