Skip to content
Snippets Groups Projects
stack.yml 2.1 KiB
Newer Older
  • Learn to ignore specific revisions
  • Alex Ellis's avatar
    Alex Ellis committed
    provider:
      name: faas
    
    functions:
    
      alpinefunction:
    
        lang: dockerfile
    
        handler: ./AlpineFunction
    
      figlet:
        lang: dockerfile
        handler: ./figlet
        image: functions/figlet:0.9.6
    
      apikey-secret:
        lang: go
        handler: ./apikey-secret
        image: functions/apikey-secret:0.1
    
      captainsintent:
    
        lang: dockerfile
    
        handler: ./CaptainsIntent
    
    Alex Ellis's avatar
    Alex Ellis committed
        image: functions/captainsintent:latest
    
      changecolorintent:
    
        lang: dockerfile
    
        handler: ./ChangeColorIntent
    
    Alex Ellis's avatar
    Alex Ellis committed
        image: functions/alexa-leds:latest
    
      chelloworld:
    
        lang: dockerfile
    
        handler: ./CHelloWorld/src
    
    Alex Ellis's avatar
    Alex Ellis committed
        image: functions/helloc:latest
    
      dockerhubstats:
    
        lang: dockerfile
    
        handler: ./DockerHubStats
    
    Alex Ellis's avatar
    Alex Ellis committed
        image: functions/hubstats:latest
    
      echo:
        lang: dockerfile
        handler: ./echo
        image: functions/faas-echo:latest
    
    Alex Ellis's avatar
    Alex Ellis committed
      gif-maker:
    
        lang: dockerfile
    
    Alex Ellis's avatar
    Alex Ellis committed
        handler: ./gif-maker
    
        image: functions/gif-maker:latest
    
        environment:
          write_timeout: 60s
          read_timeout: 60s
    
    
      haveibeenpwned:
        lang: go
        handler: ./haveibeenpwned
    
        image: functions/haveibeenpwned:0.1
    
      hostnameintent:
    
        lang: dockerfile
    
        handler: ./HostnameIntent
    
    Alex Ellis's avatar
    Alex Ellis committed
        image: functions/hostname-intent:latest
    
      markdownrender:
    
        lang: dockerfile
    
        handler: ./MarkdownRender
    
    Alex Ellis's avatar
    Alex Ellis committed
        image: functions/markdown-render:latest
    
      nmap:
        lang: dockerfile
    
        handler: ./Nmap
    
        image: functions/nmap:0.1
    
        lang: dockerfile
    
        handler: ./NodeInfo
    
        image: functions/nodeinfo:latest
    
      phantomjs:
    
        lang: dockerfile
    
        handler: ./Phantomjs
    
    Alex Ellis's avatar
    Alex Ellis committed
        image: functions/phantomjs:latest
    
      pwgen:
        lang: dockerfile
        handler: ./pwgen
        image: functions/pwgen-sample:latest
    
      resizeimagemagick:
    
        lang: dockerfile
    
        handler: ./ResizeImageMagick
    
    Alex Ellis's avatar
    Alex Ellis committed
        image: functions/resizer:latest
    
      sentimentanalysis:
    
        lang: dockerfile
    
        handler: ./SentimentAnalysis
    
    Alex Ellis's avatar
    Alex Ellis committed
        image: functions/sentimentanalysis:latest
    
      webhookstash:
    
        lang: dockerfile
    
        handler: ./WebhookStash
    
    Alex Ellis's avatar
    Alex Ellis committed
        image: functions/webhookstash:latest
    
      wordcountfunction:
    
        lang: dockerfile
    
        handler: ./WordCountFunction
    
    Alex Ellis's avatar
    Alex Ellis committed
        image: functions/wordcount:latest