Giter Club home page Giter Club logo

alexa-podcast-skill-builder's Introduction

Hi My name is snaka

  • 🌍  I'm based in Tokyo, Japan
  • ✉️  You can contact me at @snaka
  • 🧠  I'm learning TypeScript, Go, etc.

Skills

Go JavaScript Ruby TypeScript React NextJs HTML5 CSS3 NodeJS MySQL

Socials

Coding Stats

Wakatime coding stats

Badges

My GitHub Stats

snaka's GitHub stats

GitHub Commits Graph

Top Languages

alexa-podcast-skill-builder's People

Contributors

renovate-bot avatar snaka avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

alexa-podcast-skill-builder's Issues

Disable DynamoDB persistent attributes if persistence adapter not provided.

Persistent attributes ENABLED.

const Adapter = require('ask-sdk-dynamodb-persistence-adapter')
const { PodcastSkillBuilder } = require('alexa-podcast-skill-builder')

const skillBuilder = new PodcastSkillBuilder({
    // any config
})
export.handler = skillBuilder.build(new Adapter.DynamoDbPersistenceAdapter({
  tableName: 'skill-podcast-player',
  createTable: true
}))

Persistent attributes DISABLED.

const { PodcastSkillBuilder } = require('alexa-podcast-skill-builder')

const skillBuilder = new PodcastSkillBuilder({
    // any config
})
export.handler = skillBuilder.build()

Add an option to create table if it does not exist.

Like below.

const { PodcastSkillBuilder } = require('alexa-podcast-skill-builder')

const skillBuilder = new PodcastSkillBuilder({
    skillName: 'Podcast Foo',
    skillNameForSpeech: 'ホゲプレイヤー',
    feedUrl: 'http://feeds.example.com/foo',
    podcastId: 'foo-cast',
    podcastName: 'foo cast',
    podcastNameForSpeech: 'ホゲキャスト',
    tableName: 'alexa-skill-foo-player',
    createTableIfNotExist: true,    // <-- ADD THIS OPTION
    maxEpisodeCount: 100    
})

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: Retry-After: unexpected status code 504

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • Update dependency request to v2.88.2
  • Update dependency ask-sdk to v2.14.0
  • Update dependency ask-sdk-core to v2.14.0
  • Update dependency aws-xray-sdk to v2.5.0
  • Update dependency i18next to v19.9.2
  • Update Node.js to v17
  • Update dependency chai to v5
  • Update dependency eslint-config-standard to v17
  • Update dependency eslint-plugin-promise to v6
  • Update dependency i18next to v23
  • Update dependency mocha to v10
  • 🔐 Create all rate-limited PRs at once 🔐

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

circleci
.circleci/config.yml
  • circleci/node 12
npm
package.json
  • ask-sdk ^2.3.0
  • ask-sdk-core ^2.3.0
  • aws-xray-sdk ^2.0.1
  • feedparser ^2.2.9
  • i18next ^19.0.0
  • i18next-sprintf-postprocessor ^0.2.2
  • request ^2.88.0
  • alexa-skill-test-framework 1.2.4
  • chai 4.2.0
  • eslint 7.2.0
  • eslint-config-standard 14.1.1
  • eslint-plugin-import 2.21.2
  • eslint-plugin-node 11.1.0
  • eslint-plugin-promise 4.2.1
  • eslint-plugin-standard 4.0.1
  • mocha 8.0.1
  • nock 12.0.3

  • 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.