GithubHelp home page GithubHelp logo

nordicsemiconductor / cloud-aws-cloudformation-helpers-js Goto Github PK

View Code? Open in Web Editor NEW
2.0 5.0 1.0 5.75 MB

Helper functions which simplify working with AWS CloudFormation stacks

Home Page: https://github.com/NordicSemiconductor/cloud-aws-cloudformation-helpers-js

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

JavaScript 1.86% TypeScript 98.14%
aws library nrf-asset-tracker iot

cloud-aws-cloudformation-helpers-js's Introduction

CloudFormation Helpers npm version

GitHub Actions semantic-release Renovate @commitlint/config-conventional code style: prettier ESLint: TypeScript

Helper functions which simplify working with AWS CloudFormation stacks.

Installation

npm i --save-dev --save-exact @nordicsemiconductor/cloudformation-helpers

Usage

cfnResponse

cfnResponse implements sending custom resource responses.

import {
  cfnResponse,
  ResponseStatus,
} from "@nordicsemiconductor/cloudformation-helpers";
import { CloudFormationCustomResourceEvent } from "aws-lambda";

/**
 * Lambda creating a custom resource
 */
export const handler = async (
  event: CloudFormationCustomResourceEvent,
): Promise<void> => {
  // Create custom resource ...

  await cfnResponse({
    Status: ResponseStatus.SUCCESS,
    event,
    PhysicalResourceId: "MyCustomResource",
  });
};

cloud-aws-cloudformation-helpers-js's People

Contributors

coderbyheart avatar dependabot[bot] avatar renovate-bot avatar renovate[bot] avatar snyk-bot avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

cloud-aws-cloudformation-helpers-js's Issues

Property 'PhysicalResourceId' does not exist on type 'CloudFormationCustomResourceEvent'

When trying to return a response, I;d like to use the PhysicalID from the event, as it is part of a stack and will have a unique value for the name.

But for some reason i get the following TS error

Property 'PhysicalResourceId' does not exist on type 'CloudFormationCustomResourceEvent'. Did you mean 'LogicalResourceId'?
Property 'PhysicalResourceId' does not exist on type 'CloudFormationCustomResourceCreateEvent'

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
  • ubuntu 22.04
.github/workflows/update-repo-info.yaml
  • actions/checkout v4
  • ubuntu 22.04
npm
package.json
  • @bifravst/eslint-config-typescript 6.1.0
  • @bifravst/prettier-config 1.0.0
  • @commitlint/config-conventional 19.2.2
  • @types/aws-lambda 8.10.138
  • @types/node 20.12.12
  • husky 9.0.11
  • nock 13.5.4
  • tsx 4.11.0
  • @aws-sdk/client-cloudformation >= 3 < 4
  • node >=20
  • npm >=9

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

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.