Coder Social home page Coder Social logo

nordicsemiconductor / asset-tracker-cloud-memfault-aws-js Goto Github PK

View Code? Open in Web Editor NEW
0.0 4.0 0.0 17.15 MB

Memfault integration for AWS IoT developed using AWS CDK in TypeScript.

Home Page: https://github.com/NordicSemiconductor/asset-tracker-cloud-memfault-aws-js#readme

License: BSD 3-Clause "New" or "Revised" License

TypeScript 85.63% JavaScript 0.26% Gherkin 14.11%
nrf-asset-tracker iot memfault aws cdk

asset-tracker-cloud-memfault-aws-js's People

Watchers

 avatar  avatar  avatar  avatar

asset-tracker-cloud-memfault-aws-js's Issues

The automated release is failing 🚨

🚨 The automated release from the saga branch failed. 🚨

I recommend you give this issue a high priority, so other packages depending on you can benefit from your bug fixes and new features again.

You can find below the list of errors reported by semantic-release. Each one of them has to be resolved in order to automatically publish your package. I’m sure you can fix this πŸ’ͺ.

Errors are usually caused by a misconfiguration or an authentication problem. With each error reported below you will find explanation and guidance to help you to resolve it.

Once all the errors are resolved, semantic-release will release your package the next time you push a commit to the saga branch. You can also manually restart the failed CI job that runs semantic-release.

If you are not sure how to resolve this, here are some links that can help you:

If those don’t help, or if this issue is reporting something you think isn’t right, you can always ask the humans behind semantic-release.


Cannot push to the Git repository.

semantic-release cannot push the version tag to the branch saga on the remote Git repository with URL https://x-access-token:[secure]@github.com/NordicSemiconductor/asset-tracker-cloud-memfault-aws-js.git.

This can be caused by:


Good luck with your project ✨

Your semantic-release bot πŸ“¦πŸš€

Create hardware version if it does not exist yet

If the device reports an unknown hardware version, it will fail. Therefore, on failure, see if the hardware version needs to be created.

{
    "hardware_version": "thingy91_nrf9160-v2",
    "deviceId": "352656106654760"
}
{
    "status": 404,
    "headers": {
        "date": "Tue, 15 Mar 2022 13:17:08 GMT",
        "content-type": "application/json",
        "content-length": "133",
        "connection": "close",
        "server": "nginx",
        "x-frame-options": "SAMEORIGIN",
        "x-xss-protection": "1; mode=block",
        "x-content-type-options": "nosniff",
        "strict-transport-security": "max-age=60; includeSubDomains",
        "referrer-policy": "strict-origin-when-cross-origin",
        "set-cookie": [
            "csrf_token=a1626df8fc13b8788424553cb4d5a8f4b235096606f84394a5f6660452da5dea; Expires=Sun, 20 Mar 2022 13:17:08 GMT; Max-Age=432000; Secure; Path=/; SameSite=Lax",
            "session=eyJjc3JmX3Rva2VuIjoiYTE2MjZkZjhmYzEzYjg3ODg0MjQ1NTNjYjRkNWE4ZjRiMjM1MDk2NjA2Zjg0Mzk0YTVmNjY2MDQ1MmRhNWRlYSJ9.YjCR1A.fFYZYKP6FECOADVnndG8kswqXHU; Secure; HttpOnly; Path=/"
        ],
        "vary": "Cookie",
        "cache-control": "no-cache, no-store"
    },
    "body": "{\"error\":{\"code\":1003,\"http_code\":404,\"message\":\"HardwareVersion with name `thingy91_nrf9160-v2` not found\",\"type\":\"NotFoundError\"}}\n"
}

CDK: Cleanup fails

The testthingpolicycleanuppolicyCleanUp200989B6 does not work.

CloudFormation did not receive a response from your Custom Resource. Please check your logs for requestId [3e5577d5-c670-4e0a-9003-2f0773e2fddb]. If you are using the Python cfn-response module, you may need to update your Lambda function code so that CloudFormation can attach the updated version.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Repository problems

These problems occurred while renovating this repository. View logs.

  • WARN: Fallback to renovate.json file as a preset is deprecated, please use a default.json file instead.

This repository currently has no open or pending branches.

Detected dependencies

github-actions
.github/workflows/sync-issue-labels.yaml
  • actions/checkout v4
  • ubuntu 22.04
.github/workflows/test-and-release.yaml
  • actions/checkout v4
  • actions/setup-node v4
  • actions/cache v4
  • aws-actions/configure-aws-credentials v4
  • actions/checkout v4
  • actions/setup-node v4
  • ubuntu 22.04
  • ubuntu 22.04
.github/workflows/update-repo-info.yaml
  • actions/checkout v4
  • ubuntu 22.04
npm
package.json
  • @aws-sdk/client-ssm 3.540.0
  • @aws-sdk/client-cloudformation 3.540.0
  • @aws-sdk/client-dynamodb 3.540.0
  • @aws-sdk/client-iot 3.540.0
  • @bifravst/eslint-config-typescript 6.0.16
  • @bifravst/prettier-config 1.0.0
  • @commitlint/config-conventional 19.1.0
  • @nordicsemiconductor/cloudformation-helpers 9.0.3
  • @nordicsemiconductor/e2e-bdd-test-runner 17.0.1
  • @nordicsemiconductor/object-to-env 7.0.7
  • @swc/cli 0.3.10
  • @swc/core 1.4.11
  • @types/aws-iot-device-sdk 2.2.8
  • @types/aws-lambda 8.10.136
  • @types/backoff 2.5.5
  • @types/chai-subset 1.3.5
  • @types/glob 8.1.0
  • @types/node 20.12.2
  • @types/yazl 2.4.5
  • aws-cdk-lib 2.134.0
  • aws-iot-device-sdk 2.2.13
  • backoff 2.5.0
  • cdk 2.134.0
  • chai 5.1.0
  • chai-subset 1.6.0
  • chalk 5.3.0
  • check-node-version 4.2.1
  • chokidar 3.6.0
  • constructs 10.3.0
  • dependency-tree 10.0.9
  • esbuild 0.20.2
  • glob 10.3.12
  • husky 9.0.11
  • regenerator-runtime 0.14.1
  • tsx 4.7.1
  • yazl 2.5.1
  • node >=20
  • npm >=9

  • Check this box to trigger a request for Renovate to run again on this repository

How is the .envrc working?

I couldn't find the code where you are loading the variables in the environment, is it automatically done by AWS cli ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.